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