| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
| fr.insalyon.citi.golo.compiler.parser |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
GoloCompilationException.Builder |
GoloCompilationException.Builder.report(ParseException pe,
GoloASTNode source)
Report a parsing error problem to the exception being built.
|
| Constructor and Description |
|---|
Problem(ParseException pe,
GoloASTNode source) |
| Modifier and Type | Method and Description |
|---|---|
ParseException |
GoloParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoloParser.AnonymousFunctionInvocation() |
List<String> |
GoloParser.Arguments() |
void |
GoloParser.Assignment() |
void |
GoloParser.AssociativeExpression() |
ASTAugmentDeclaration |
GoloParser.AugmentDeclaration() |
void |
GoloParser.BlankLine() |
void |
GoloParser.BlankLines() |
void |
GoloParser.Block() |
void |
GoloParser.Break() |
void |
GoloParser.Case() |
Character |
GoloParser.CharLiteral() |
GoloParser.ParserClassRef |
GoloParser.ClassLiteral() |
void |
GoloParser.CollectionLiteral() |
void |
GoloParser.CommutativeExpression() |
ASTCompilationUnit |
GoloParser.CompilationUnit() |
void |
GoloParser.ConditionalBranching() |
void |
GoloParser.Continue() |
String |
GoloParser.Documentation() |
Double |
GoloParser.DoubleLiteral() |
void |
GoloParser.Expressions() |
void |
GoloParser.ExpressionStatement() |
Float |
GoloParser.FloatLiteral() |
void |
GoloParser.ForEachLoop() |
void |
GoloParser.ForLoop() |
void |
GoloParser.Function() |
ASTFunctionDeclaration |
GoloParser.FunctionDeclaration() |
void |
GoloParser.FunctionInvocation() |
GoloParser.FunctionRef |
GoloParser.FunctionRef() |
void |
GoloParser.ImportDeclaration() |
Integer |
GoloParser.IntegerLiteral() |
void |
GoloParser.LetOrVar() |
void |
GoloParser.Literal() |
Long |
GoloParser.LongLiteral() |
void |
GoloParser.Match() |
void |
GoloParser.MethodInvocation() |
void |
GoloParser.ModuleDeclaration() |
String |
GoloParser.QualifiedName() |
void |
GoloParser.Reference() |
void |
GoloParser.Return() |
void |
GoloParser.Statement() |
String |
GoloParser.StringLiteral() |
ASTStructDeclaration |
GoloParser.StructDeclaration() |
void |
GoloParser.TerminalExpression() |
void |
GoloParser.Throw() |
void |
GoloParser.ToplevelDeclaration() |
void |
GoloParser.TryCatchFinally() |
void |
GoloParser.UnaryExpression() |
void |
GoloParser.WhileLoop() |
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.