Spreadsheet Toolkit

corpus.excel.parser
Class FormulaParser

java.lang.Object
  |
  +--corpus.excel.parser.FormulaParser

public class FormulaParser
extends java.lang.Object

Used to convert a String version of a formula into a Vector of FormulaComponent Objects.

See Also:
GNU RegExp

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

FormulaParser

public FormulaParser(Formula formula)
Method Detail

parse

public java.util.Vector parse()

parseOne

public FormulaComponent parseOne(java.lang.String input)
                          throws java.lang.Exception
Given an input String this method will return the FormulaComponent that is at the start of the input.

java.lang.Exception

main

public static void main(java.lang.String[] args)
Testing of Formula functionallity.


Spreadsheet Toolkit

Project Home Page