Code Examples
A repository of 155 code examples for BeepBeep
dsl.ArithmeticBuilderPop Class Reference

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
 

Detailed Description

Use a GrammarObjectBuilder to parse and evaluate a string in Polish notation.

Author
Sylvain Hallé Medium

Definition at line 34 of file ArithmeticBuilderPop.java.


The documentation for this class was generated from the following file: