|
|||||||||
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.Operator | +--jxl.biff.formula.StringOperator | +--jxl.biff.formula.Plus
Ambiguously defined plus operator, used as a place holder when parsing string formulas. At this stage it could be either a unary or binary operator - the string parser will deduce which and create the appropriate type
Fields inherited from class jxl.biff.formula.Operator |
operands |
Fields inherited from class jxl.biff.formula.ParseItem |
parent |
Constructor Summary | |
Plus()
Constructor |
Method Summary | |
(package private) Operator |
getBinaryOperator()
Abstract method which gets the binary version of this operator |
(package private) Operator |
getUnaryOperator()
Abstract method which gets the unary version of this operator |
Methods inherited from class jxl.biff.formula.StringOperator |
getBytes, getOperands, getPrecedence, getString |
Methods inherited from class jxl.biff.formula.Operator |
add, getOperands |
Methods inherited from class jxl.biff.formula.ParseItem |
setParent |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Plus()
Method Detail |
Operator getBinaryOperator()
getBinaryOperator
in class StringOperator
Operator getUnaryOperator()
getUnaryOperator
in class StringOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |