Package org.apache.poi.ss.formula
Class FormulaTokenParser
- java.lang.Object
-
- org.apache.poi.ss.formula.FormulaTokenParser
-
public class FormulaTokenParser extends Object
- Since:
- 5.4.0
-
-
Constructor Summary
Constructors Constructor Description FormulaTokenParser()
FormulaTokenParser(char decimalSeparator)
FormulaTokenParser(Locale locale)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]
getChars()
int
getColIndex()
int
getRowIndex()
boolean
isA1Notation()
int
isValidStructureRef(String key)
FormulaTokenNode
parse(String input)
static Ptg[]
parse(String formula, FormulaParsingWorkbook book, int sheetIndex, Locale locale, int rowIndex, int colIndex, FormulaType formulaType)
static Ptg[]
parse(String formula, FormulaParsingWorkbook book, int sheetIndex, FormulaType formulaType)
-
-
-
Field Detail
-
MAX_ROWS
public static final int MAX_ROWS
- See Also:
- Constant Field Values
-
MAX_COLS
public static final int MAX_COLS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FormulaTokenParser
public FormulaTokenParser()
-
FormulaTokenParser
public FormulaTokenParser(char decimalSeparator)
-
FormulaTokenParser
public FormulaTokenParser(Locale locale)
-
-
Method Detail
-
isA1Notation
public boolean isA1Notation()
-
getChars
public char[] getChars()
-
getColIndex
public int getColIndex()
-
getRowIndex
public int getRowIndex()
-
isValidStructureRef
public int isValidStructureRef(String key)
-
parse
public static Ptg[] parse(String formula, FormulaParsingWorkbook book, int sheetIndex, FormulaType formulaType)
-
parse
public static Ptg[] parse(String formula, FormulaParsingWorkbook book, int sheetIndex, Locale locale, int rowIndex, int colIndex, FormulaType formulaType)
-
parse
public FormulaTokenNode parse(String input)
-
-