|
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.IntersectionParser
A parser for a formula component.
Intersection
Field Summary | |
static java.lang.String |
PATTERN
|
Constructor Summary | |
IntersectionParser()
|
Method Summary | |
FormulaComponent |
parse(java.lang.String intersection)
|
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 IntersectionParser()
Method Detail |
public FormulaComponent parseOne(java.lang.String input, Formula formula)
parseOne
in class FormulaComponentParser
public FormulaComponent parse(java.lang.String intersection) throws gnu.regexp.REException
gnu.regexp.REException
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |