Class ParenthesisPtg


  • public class ParenthesisPtg
    extends OperationPtg
    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)