Spreadsheet Toolkit

corpus.excel.parser
Class UnionParser

java.lang.Object
  |
  +--corpus.excel.parser.FormulaComponentParser
        |
        +--corpus.excel.parser.UnionParser

public class UnionParser
extends FormulaComponentParser

A parser for a Union formula component. Union ::= AreaReference,AreaReference

See Also:
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

PATTERN

public static final java.lang.String PATTERN
See Also:
Constant Field Values
Constructor Detail

UnionParser

public UnionParser()
Method Detail

parseOne

public FormulaComponent parseOne(java.lang.String input,
                                 Formula formula)
Given a string containing a Excel formula, break it down into components.

Specified by:
parseOne in class FormulaComponentParser
Returns:
A FormulaComponent

Spreadsheet Toolkit

Project Home Page