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
public abstract class ControlPtg extends Ptg
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 Constructor Description ControlPtg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetDefaultOperandClass()booleanisBaseToken()-
Methods inherited from class org.apache.poi.ss.formula.ptg.Ptg
createPtg, doesFormulaReferToDeletedCell, getEncodedSize, getEncodedSizeWithoutArrayData, getPtgClass, getRVAType, getSize, readTokens, serializePtgs, setClass, toFormulaString, toString, write
-
-
-
-
Method Detail
-
isBaseToken
public boolean isBaseToken()
- Specified by:
isBaseTokenin classPtg- Returns:
falseif this token is classified as 'reference', 'value', or 'array'
-
getDefaultOperandClass
public final byte getDefaultOperandClass()
- Specified by:
getDefaultOperandClassin classPtg
-
-