|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--corpus.excel.parser.FormulaComponentParser | +--corpus.excel.parser.UnionParser
A parser for a Union formula component. Union ::= AreaReference,AreaReference
Union
Field Summary | |
static java.lang.String |
PATTERN
|
Constructor Summary | |
UnionParser()
|
Method Summary | |
FormulaComponent |
parseOne(java.lang.String input,
Formula formula)
Given a string containing a Excel formula, break it down into components. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PATTERN
Constructor Detail |
public UnionParser()
Method Detail |
public FormulaComponent parseOne(java.lang.String input, Formula formula)
parseOne
in class FormulaComponentParser
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |