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

Shows what happens when a GrammarObjectBuilder incorrectly manipulates its object stack. 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
 

Detailed Description

Shows what happens when a GrammarObjectBuilder incorrectly manipulates its object stack.

Author
Sylvain Hallé
See also
ArithmeticBuilder Medium

Definition at line 38 of file ArithmeticBuilderIncorrect.java.


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