|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.ptg.Ptg org.apache.poi.ss.formula.ptg.ScalarConstantPtg
public abstract class ScalarConstantPtg
Common superclass of all Ptg
s that represent simple constant values.
Field Summary |
---|
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg |
---|
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY |
Constructor Summary | |
---|---|
ScalarConstantPtg()
|
Method Summary | |
---|---|
byte |
getDefaultOperandClass()
|
boolean |
isBaseToken()
|
java.lang.String |
toString()
Overridden toString method to ensure object hash is not printed. |
Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg |
---|
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScalarConstantPtg()
Method Detail |
---|
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
toString
in class Ptg
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |