public class FormulaTokenParser extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_COLS |
static int |
MAX_ROWS |
Constructor and Description |
---|
FormulaTokenParser() |
FormulaTokenParser(char decimalSeparator) |
FormulaTokenParser(Locale locale) |
Modifier and Type | Method and 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) |
static Ptg[] |
parse(String formula,
FormulaParsingWorkbook book,
int sheetIndex,
Locale locale,
int rowIndex,
int colIndex) |
public static final int MAX_ROWS
public static final int MAX_COLS
public FormulaTokenParser()
public FormulaTokenParser(char decimalSeparator)
public FormulaTokenParser(Locale locale)
public boolean isA1Notation()
public char[] getChars()
public int getColIndex()
public int getRowIndex()
public int isValidStructureRef(String key)
public static Ptg[] parse(String formula, FormulaParsingWorkbook book, int sheetIndex)
public static Ptg[] parse(String formula, FormulaParsingWorkbook book, int sheetIndex, Locale locale, int rowIndex, int colIndex)
public FormulaTokenNode parse(String input)
Copyright © 2023. All rights reserved.