IntPtg

org.apache.poi.hssf.record.formula. Ptg
+Ptg()
+createPtg(byte[] data, int offset) :org.apache.poi.hssf.record.formula.Ptg
+getSize() :int
+getBytes() :byte[]
+writeBytes(byte[] array, int offset) :void
+toFormulaString() :java.lang.String
+getPrecedence() :int
+getStringLength() :int
org.apache.poi.hssf.record.formula. IntPtg
+SIZE :int
+sid :byte
+IntPtg()
+IntPtg(byte[] data, int offset)
#IntPtg(java.lang.String formula, int offset)
+setValue(short value) :void
+getValue() :short
+writeBytes(byte[] array, int offset) :void
+getSize() :int
+toFormulaString() :java.lang.String
+isNextStringToken(java.lang.String formula, int pos) :boolean
+getPrecedence() :int
+getStringLength() :int