public abstract class ScalarConstantPtg extends Ptg
Ptg
s that represent simple constant values.CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
Constructor and Description |
---|
ScalarConstantPtg() |
Modifier and Type | Method and Description |
---|---|
byte |
getDefaultOperandClass() |
boolean |
isBaseToken() |
java.lang.String |
toString()
Overridden toString method to ensure object hash is not printed.
|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, write
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 Ptg
public final java.lang.String toString()
Ptg
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.