Class Summary |
CGIFParserGenerator |
Title : parserGenerator.CGIFParserGenerator Class
Description : This class is responsible of two tasks :
- parse the CGIF notation of a CG and generate its internal representation,
- generate a CGIF notation of a CG from its internal representation.
|
LFParserGenerator |
Title : parserGenerator.LFParserGenerator Class
Description : This class is responsible of two tasks :
- to parse the LF notation of a CG and generate its internal representation,
- to generate a LF notation of a CG from its internal representation.
|
ObjectParsing |
Title : parserGenerator.ObjectParsing Class
Description : This class is concerned by Amine Object parsing.
|
TextTokenizer |
Title : parserGenerator.TextTokenizer Class
Description : TextTokenizer is responsible of the first step in "text" analysis ;
the lexical analysis of an Amine Object, of a CG or of a Prolog+CG program.
|
TokenTokenType |
The class TokenTokenType implements the couple token/tokenType |