java.lang.Object
com.independentsoft.office.spreadsheet.formulaParsing.FormulaParser

public class FormulaParser extends Object
The Class FormulaParser.
  • Constructor Details

    • FormulaParser

      public FormulaParser(String formula)
      Instantiates a new formula parser.
      Parameters:
      formula - the formula
  • Method Details

    • getTokens

      public List<FormulaToken> getTokens()
      Gets the tokens.
      Returns:
      the tokens