|
|||||||||
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 | +--jxl.biff.formula.StringFunction
Class used to hold a function when reading it in from a string. At this stage it is unknown whether it is a BuiltInFunction or a VariableArgFunction
Field Summary | |
private Function |
function
The function |
private java.lang.String |
functionString
The function string |
Fields inherited from class jxl.biff.formula.ParseItem |
parent |
Constructor Summary | |
(package private) |
StringFunction(java.lang.String s)
Constructor |
Method Summary | |
(package private) Function |
getFunction(WorkbookSettings ws)
Accessor for the function |
Methods inherited from class jxl.biff.formula.StringParseItem |
getBytes, getString |
Methods inherited from class jxl.biff.formula.ParseItem |
setParent |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Function function
private java.lang.String functionString
Constructor Detail |
StringFunction(java.lang.String s)
s
- the lexically parsed stirngMethod Detail |
Function getFunction(WorkbookSettings ws)
ws
- the workbook settings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |