|
|||||||||
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
|
Fields inherited from class jxl.biff.formula.ParseItem |
parent |
Constructor Summary | |
(package private) |
StringFunction(java.lang.String s)
|
Method Summary | |
(package private) Function |
getFunction()
|
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
Constructor Detail |
StringFunction(java.lang.String s)
Method Detail |
Function getFunction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |