|
|||||||||
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.Operand | +--jxl.biff.formula.NumberValue | +--jxl.biff.formula.IntegerValue
A cell reference in a formula
Field Summary | |
private double |
value
The value of this integer |
Fields inherited from class jxl.biff.formula.ParseItem |
parent |
Constructor Summary | |
IntegerValue()
Constructor |
|
IntegerValue(java.lang.String s)
Constructor for an integer value being read from a string |
Method Summary | |
(package private) byte[] |
getBytes()
Gets the token representation of this item in RPN |
double |
getValue()
Accessor for the value |
int |
read(byte[] data,
int pos)
Reads the ptg data from the array starting at the specified position |
Methods inherited from class jxl.biff.formula.NumberValue |
getString |
Methods inherited from class jxl.biff.formula.ParseItem |
setParent |
Methods inherited from class java.lang.Object |
|
Field Detail |
private double value
Constructor Detail |
public IntegerValue()
public IntegerValue(java.lang.String s)
Method Detail |
public int read(byte[] data, int pos)
read
in interface ParsedThing
data
- the RPN arraypos
- the current position in the array, excluding the ptg identifierbyte[] getBytes()
getBytes
in class ParseItem
public double getValue()
getValue
in class NumberValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |