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

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.Ptg
      extended by org.apache.poi.hssf.record.formula.ControlPtg
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
AttrPtg, ExpPtg, ParenthesisPtg

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.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE
 
Constructor Summary
ControlPtg()
           
 
Method Summary
 byte getDefaultOperandClass()
           
 boolean isBaseToken()
           
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
clone, copy, createParsedExpressionTokens, createPtg, getBytes, 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

ControlPtg

public ControlPtg()
Method Detail

isBaseToken

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

getDefaultOperandClass

public final byte getDefaultOperandClass()
Specified by:
getDefaultOperandClass in class Ptg


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