|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--corpus.excel.parser.FormulaParser
Used to convert a String version of a formula into a Vector of FormulaComponent Objects.
| Constructor Summary | |
FormulaParser(Formula formula)
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Testing of Formula functionallity. |
java.util.Vector |
parse()
|
FormulaComponent |
parseOne(java.lang.String input)
Given an input String this method will return the FormulaComponent that is at the start of the input. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormulaParser(Formula formula)
| Method Detail |
public java.util.Vector parse()
public FormulaComponent parseOne(java.lang.String input)
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
|
Spreadsheet Toolkit | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||