![]() |
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 | |
void | handleNum (ArrayDeque< Object > stack) |
void | handleAdd (ArrayDeque< Object > stack) |
void | handleSbt (ArrayDeque< Object > stack) |
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 36 of file ArithmeticBuilder.java.