public class BoolPtg extends Ptg
Modifier and Type | Field and Description |
---|---|
static byte |
sid |
static int |
SIZE |
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
Constructor and Description |
---|
BoolPtg(RecordInputStream in) |
BoolPtg(java.lang.String formulaToken) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
byte |
getDefaultOperandClass() |
int |
getSize() |
boolean |
getValue() |
void |
setValue(boolean value) |
java.lang.String |
toFormulaString(Workbook book)
return a string representation of this token alone
|
void |
writeBytes(byte[] array,
int offset)
write this Ptg to a byte array
|
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString, toString
public static final int SIZE
public static final byte sid
public BoolPtg(RecordInputStream in)
public BoolPtg(java.lang.String formulaToken)
public void setValue(boolean value)
public boolean getValue()
public void writeBytes(byte[] array, int offset)
Ptg
writeBytes
in class Ptg
public java.lang.String toFormulaString(Workbook book)
Ptg
toFormulaString
in class Ptg
public byte getDefaultOperandClass()
getDefaultOperandClass
in class Ptg
Copyright © 2014 Open Microscopy Environment