Class SharedFormula


  • public class SharedFormula
    extends Object
    Encapsulates logic to convert shared formula into non shared equivalent
    • Method Detail

      • convertSharedFormulas

        public Ptg[] convertSharedFormulas​(Ptg[] ptgs,
                                           int formulaRow,
                                           int formulaColumn)
        Creates a non shared formula from the shared formula counterpart, i.e. Converts the shared formula into the equivalent Ptg array that it would have, were it not shared.
        Parameters:
        ptgs - parsed tokens of the shared formula