org.apache.poi.hssf.record.formula
public final class: ParenthesisPtg [javadoc |
source]
java.lang.Object
org.apache.poi.hssf.record.formula.Ptg
org.apache.poi.hssf.record.formula.ControlPtg
org.apache.poi.hssf.record.formula.ParenthesisPtg
All Implemented Interfaces:
Cloneable
While formula tokens are stored in RPN order and thus do not need parenthesis for
precedence reasons, Parenthesis tokens ARE written to ensure that user entered
parenthesis are displayed as-is on reading back
Avik Sengupta <lists@aviksengupta.com>
Andrew C. Oliver (acoliver at apache dot org)
- author:
Jason - Height (jheight at chariot dot net dot au)
| Field Summary |
|---|
| public static final byte | sid | |
| public static final ControlPtg | instance | |
| 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 |