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
Direct Known Subclasses:
MemFuncPtg

public abstract class ControlPtg
extends Ptg


Field Summary
 
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
 
Constructor Summary
ControlPtg()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
clone, createParsedExpressionTokens, createPtg, getBytes, getDefaultOperandClass, getPtgClass, getSize, 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()


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