Interface Summary | |
---|---|
CPPParserConstants |
Class Summary | |
---|---|
ClassScope | Class scope extends Scope in that its search method also searches all its superclasses. |
CPPParser | |
CPPParserTokenManager | |
Declaration | Holds the various attributes of a declaration. |
ParseException | This exception is thrown when parse errors are encountered. |
Scope | |
SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
SymtabManager | Manages the symbol table and scopes within a given compilation unit. |
Token | Describes the input token stream. |
TokenMgrError |