public abstract class ValueOperatorPtg extends OperationPtg
TYPE_BINARY, TYPE_FUNCTION, TYPE_UNARY
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor and Description |
---|
ValueOperatorPtg() |
Modifier and Type | Method and Description |
---|---|
byte |
getDefaultOperandClass() |
protected abstract byte |
getSid() |
int |
getSize() |
boolean |
isBaseToken()
All Operator Ptgs are base tokens (i.e. are not RVA classified)
|
java.lang.String |
toFormulaString()
return a string representation of this token alone
|
void |
write(LittleEndianOutput out) |
getNumberOfOperands, toFormulaString, toInternalFormulaString
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, readTokens, serializePtgs, setClass, toString
public final boolean isBaseToken()
isBaseToken
in class Ptg
false
if this token is classified as 'reference', 'value', or 'array'public final byte getDefaultOperandClass()
getDefaultOperandClass
in class OperationPtg
public void write(LittleEndianOutput out)
protected abstract byte getSid()
public final int getSize()
public final java.lang.String toFormulaString()
Ptg
toFormulaString
in class Ptg
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.