| Interface | Description |
|---|---|
| GoloParserConstants |
Token literal values and constants.
|
| GoloParserTokenManager.TokenCompleter | |
| GoloParserTreeConstants | |
| GoloParserVisitor | |
| NamedNode | |
| Node |
| Class | Description |
|---|---|
| ASTAssignment | |
| ASTAssociativeExpression | |
| ASTBlock | |
| ASTCase | |
| ASTCommutativeExpression | |
| ASTCompilationUnit | |
| ASTConditionalBranching | |
| ASTerror | |
| ASTForEachLoop | |
| ASTForLoop | |
| ASTFunction | |
| ASTFunctionDeclaration | |
| ASTFunctionInvocation | |
| ASTImportDeclaration | |
| ASTLetOrVar | |
| ASTLiteral | |
| ASTMatch | |
| ASTMethodInvocation | |
| ASTModuleDeclaration | |
| ASTPimpDeclaration | |
| ASTReference | |
| ASTReturn | |
| ASTThrow | |
| ASTToplevelDeclaration | |
| ASTTryCatchFinally | |
| ASTUnaryExpression | |
| ASTWhileLoop | |
| GoloASTNode | |
| GoloParser | |
| GoloParser.FunctionRef | |
| GoloParser.ParserClassRef | |
| GoloParserTokenManager |
Token Manager.
|
| GoloTokenBase | |
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JJTGoloParserState | |
| SimpleNode | |
| Token |
Describes the input token stream.
|
| Enum | Description |
|---|---|
| ASTLetOrVar.Type |
| Exception | Description |
|---|---|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Error | Description |
|---|---|
| TokenMgrError |
Token Manager Error.
|
Copyright © 2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.