|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.formula.ParseItem | +--jxl.biff.formula.StringParseItem
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 |
|
Constructor Detail |
protected StringParseItem()
Method Detail |
void getString(java.lang.StringBuffer buf)
getString
in class ParseItem
buf
- byte[] getBytes()
getBytes
in class ParseItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |