Package org.apache.poi.ss.formula.ptg
Class ControlPtg
java.lang.Object
org.apache.poi.ss.formula.ptg.Ptg
org.apache.poi.ss.formula.ptg.ControlPtg
- Direct Known Subclasses:
AttrPtg
,ExpPtg
,ParenthesisPtg
,TblPtg
Common superclass for
tExp
tTbl
tParen
tNlr
tAttr
tSheet
tEndSheet
-
Field Summary
Fields inherited from class org.apache.poi.ss.formula.ptg.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, EMPTY_PTG_ARRAY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, write
-
Constructor Details
-
ControlPtg
public ControlPtg()
-
-
Method Details
-
isBaseToken
public boolean isBaseToken()- Specified by:
isBaseToken
in classPtg
- Returns:
false
if this token is classified as 'reference', 'value', or 'array'
-
getDefaultOperandClass
public final byte getDefaultOperandClass()- Specified by:
getDefaultOperandClass
in classPtg
-