|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.formula.ParseItem
Abstract base class for an item in a formula parse tree
Field Summary | |
private ParseItem |
parent
The parent of this parse item |
Constructor Summary | |
ParseItem()
Constructor |
Method Summary | |
(package private) abstract byte[] |
getBytes()
Gets the token representation of this item in RPN |
(package private) abstract void |
getString(java.lang.StringBuffer buf)
Gets the string representation of this item |
protected void |
setParent(ParseItem p)
Called by this class to initialize the parent |
Methods inherited from class java.lang.Object |
|
Field Detail |
private ParseItem parent
Constructor Detail |
public ParseItem()
Method Detail |
protected void setParent(ParseItem p)
abstract void getString(java.lang.StringBuffer buf)
ws
- the workbook settingsabstract byte[] getBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |