Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P 
- parse(String) - Static method in class cs2110.Token
-
Create a new Token of the appropriate class corresponding to the substring `value`.
- parse(String, Map<String, UnaryFunction>) - Static method in class cs2110.RpnParser
-
Parse the RPN expression in `exprString` and return the corresponding expression tree.
- postfixString() - Method in class cs2110.Application
-
In postfix notation, an Application is represented by its argument's postfix representation, followed by a space, followed by its function's name with "()" appended.
- postfixString() - Method in class cs2110.Constant
-
Return the decimal representation of this node's value (with sufficient precision to reproduce its binary value).
- postfixString() - Method in interface cs2110.Expression
-
Return the postfix representation of this string, separating every token with spaces.
- POW - Static variable in interface cs2110.Operator
-
Operator for exponentiation.
- POW_SYMBOL - Static variable in interface cs2110.Operator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form