org.apache.poi.hssf.record.formula
abstract public class: ControlPtg [javadoc |
source]
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.ControlPtg
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
ExpPtg, AttrPtg, ParenthesisPtg, TblPtg
Common superclass for
tExp
tTbl
tParen
tNlr
tAttr
tSheet
tEndSheet
| Methods from org.apache.poi.hssf.record.formula.Ptg: |
|---|
|
clone, copy, createParsedExpressionTokens, createPtg, getBytes, getDefaultOperandClass, getEncodedSize, getEncodedSize, getPtgClass, getSize, isBaseToken, readTokens, serializePtgStack, serializePtgs, setClass, toDebugString, toFormulaString, toString, writeBytes |
| Method from org.apache.poi.hssf.record.formula.ControlPtg Detail: |
public final byte getDefaultOperandClass() {
throw new IllegalStateException("Control tokens are not classified");
}
|
public boolean isBaseToken() {
return true;
}
|