CIDER Toolkit
Version 0.3.0

Package au.edu.monash.csse.tonyj.cider.interpreter

Interface Summary
GrammarSymbolListener This interface must be implemented to listen for events that involve GrammarSymbols that are being used by an Interpreter.
 

Class Summary
ExampleSymbol IMPORTANT: THIS IS NOT A REAL CLASS - IT IS AN EXAMPLE ONLY
This class is an example of what a symbol class produced by the CIDER Compiler would look like.
GrammarSymbol This abstract base class is used by the CIDER compiler when creating grammar symbols that are specific to a particular diagrammatic language.
GrammarSymbolEvent This class contains the information detailing an event that has occurred which involves a GrammarSymbol.
Interpreter The Interpreter is the main control class in the CIDER toolkit that maintains a parse forest representation of a diagram, is responsible for applying productions, and also controls the application of transformations.
 


CIDER Toolkit
Version 0.3.0