|
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.WorkBookReferenceParser
A parser for a formula component.
WorkBookReference
Constructor Summary | |
WorkBookReferenceParser()
|
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 |
Constructor Detail |
public WorkBookReferenceParser()
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 |