CIDER Toolkit
Version 0.1.0-beta

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
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.1.0-beta