org.apache.poi.hssf.record.formula
Class OperandPtg

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.Ptg
      extended by org.apache.poi.hssf.record.formula.OperandPtg
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Area3DPtg, AreaErrPtg, AreaPtgBase, DeletedArea3DPtg, DeletedRef3DPtg, MemAreaPtg, MemFuncPtg, NamePtg, NameXPtg, Ref3DPtg, RefErrorPtg, RefPtgBase

public abstract class OperandPtg
extends Ptg

Author:
Josh Micich

Field Summary
 
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE
 
Constructor Summary
OperandPtg()
           
 
Method Summary
 boolean isBaseToken()
          All Operand Ptgs are classifed ('relative', 'value', 'array')
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
clone, copy, createParsedExpressionTokens, createPtg, getBytes, getDefaultOperandClass, getEncodedSize, getEncodedSize, getPtgClass, getSize, readTokens, serializePtgs, serializePtgStack, setClass, toDebugString, toFormulaString, toString, writeBytes
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperandPtg

public OperandPtg()
Method Detail

isBaseToken

public final boolean isBaseToken()
All Operand Ptgs are classifed ('relative', 'value', 'array')

Specified by:
isBaseToken in class Ptg
Returns:
false if this token is classified as 'reference', 'value', or 'array'


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.