Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » formula » [javadoc | source]
org.apache.poi.hssf.record.formula
abstract public class: ValueOperatorPtg [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.formula.Ptg
      org.apache.poi.hssf.record.formula.OperationPtg
         org.apache.poi.hssf.record.formula.ValueOperatorPtg

All Implemented Interfaces:
    Cloneable

Direct Known Subclasses:
    LessThanPtg, EqualPtg, PowerPtg, LessEqualPtg, PercentPtg, DividePtg, ConcatPtg, UnaryPlusPtg, UnaryMinusPtg, AddPtg, SubtractPtg, MultiplyPtg, GreaterEqualPtg, GreaterThanPtg, NotEqualPtg

Common superclass of all value operators. Subclasses include all unary and binary operators except for the reference operators (IntersectionPtg, RangePtg, UnionPtg)
Fields inherited from org.apache.poi.hssf.record.formula.OperationPtg:
TYPE_UNARY,  TYPE_BINARY,  TYPE_FUNCTION
Fields inherited from org.apache.poi.hssf.record.formula.Ptg:
CLASS_REF,  CLASS_VALUE,  CLASS_ARRAY
Method from org.apache.poi.hssf.record.formula.ValueOperatorPtg Summary:
getDefaultOperandClass,   getSid,   getSize,   isBaseToken,   toFormulaString,   writeBytes
Methods from org.apache.poi.hssf.record.formula.OperationPtg:
getDefaultOperandClass,   getNumberOfOperands,   getType,   toFormulaString
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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.formula.ValueOperatorPtg Detail:
 public final byte getDefaultOperandClass() 
 abstract protected byte getSid()
 public final int getSize() 
 public final boolean isBaseToken() 
    All Operator Ptgs are base tokens (i.e. are not RVA classified)
 public final String toFormulaString(HSSFWorkbook book) 
 public final  void writeBytes(byte[] array,
    int offset)