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

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.Ptg
      extended by org.apache.poi.hssf.record.formula.ArrayPtg
          extended by org.apache.poi.hssf.record.formula.ArrayPtgA

public class ArrayPtgA
extends ArrayPtg

ArrayPtgA - handles arrays

Author:
Jason Height (jheight at chariot dot net dot au)

Field Summary
static byte sid
           
 
Fields inherited from class org.apache.poi.hssf.record.formula.ArrayPtg
field_1_reserved, field_2_reserved, field_3_reserved, field_4_reserved, field_5_reserved, field_6_reserved, field_7_reserved, token_1_columns, token_2_rows, token_3_arrayValues
 
Fields inherited from class org.apache.poi.hssf.record.formula.Ptg
CLASS_ARRAY, CLASS_REF, CLASS_VALUE, ptgClass
 
Constructor Summary
protected ArrayPtgA()
           
  ArrayPtgA(RecordInputStream in)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class org.apache.poi.hssf.record.formula.ArrayPtg
getColumnCount, getDefaultOperandClass, getRowCount, getSize, readTokenValues, setColumnCount, setRowCount, toFormulaString, toString, writeBytes, writeTokenValueBytes
 
Methods inherited from class org.apache.poi.hssf.record.formula.Ptg
createParsedExpressionTokens, createPtg, getBytes, getPtgClass, serializePtgStack, setClass, toDebugString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sid

public static final byte sid
See Also:
Constant Field Values
Constructor Detail

ArrayPtgA

protected ArrayPtgA()

ArrayPtgA

public ArrayPtgA(RecordInputStream in)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class ArrayPtg


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