jxl.biff.formula
Class StringParseItem

java.lang.Object
  |
  +--jxl.biff.formula.ParseItem
        |
        +--jxl.biff.formula.StringParseItem
Direct Known Subclasses:
ArgumentSeparator, CloseParentheses, OpenParentheses, StringFunction

class StringParseItem
extends ParseItem

A dummy implementation used for typing information when tokens are read when parsing strings. These are then stored by the parser before being re-stored as the appropriate RPN syntactic equivalent


Fields inherited from class jxl.biff.formula.ParseItem
parent
 
Constructor Summary
protected StringParseItem()
          Constructor
 
Method Summary
(package private)  byte[] getBytes()
          Gets the token representation of this item in RPN.
(package private)  void getString(java.lang.StringBuffer buf)
          Gets the string representation of this item.
 
Methods inherited from class jxl.biff.formula.ParseItem
setParent
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StringParseItem

protected StringParseItem()
Constructor
Method Detail

getString

void getString(java.lang.StringBuffer buf)
Gets the string representation of this item. Does nothing here
Overrides:
getString in class ParseItem
Parameters:
buf -  

getBytes

byte[] getBytes()
Gets the token representation of this item in RPN. Does nothing here
Overrides:
getBytes in class ParseItem
Returns:
the bytes applicable to this formula