org.apache.poi.hssf.record.formula
abstract class: ScalarConstantPtg [javadoc |
source]
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.ScalarConstantPtg
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
NumberPtg, IntPtg, StringPtg, MissingArgPtg, ErrPtg, BoolPtg
| 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.ScalarConstantPtg Detail: |
public final byte getDefaultOperandClass() {
return Ptg.CLASS_VALUE;
}
|
public boolean isBaseToken() {
return true;
}
|