![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation. More...
Public Member Functions | |
| Constant | handleNum (Object ... parts) |
| FunctionTree | handleAdd (Object ... parts) |
| FunctionTree | handleSbt (Object ... parts) |
Static Public Member Functions | |
| static void | main (String[] args) throws BuildException |
Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation.
Definition at line 34 of file ArithmeticBuilderPop.java.