Package gov.llnl.babel.parsers.sidl

Interface Summary
ParserConstants  
 

Class Summary
ASCII_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Grammar Grammar defines integer constants for the major productions in the SIDL grammar.
Parser The Parser class is automatically generated by the JavaCC compiler.
ParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
GrammarException A GrammarException is thrown if an error is detected during the parse of the SIDL grammar.
ParseException This exception is thrown when parse errors are encountered.
SIDLException Exception SIDLException is the base class for both grammar (e.g., parse) and symbol (e.g., analysis) exceptions.
SymbolException A SymbolException is thrown if the specified symbol cannot be found or if there is a symbol name conflict (e.g., a redefinition of a symbol or a misuse).
 

Error Summary
TokenMgrError