| 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(GoloCompilationException.Problem.Type type,
GoloASTNode source,
String description)
Report a problem to the exception being built.
|
GoloCompilationException.Builder |
GoloCompilationException.Builder.report(ParseException pe,
GoloASTNode source)
Report a parsing error problem to the exception being built.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoloCompiler.setExceptionBuilder(GoloCompilationException.Builder builder)
Initializes an ExceptionBuilder to collect errors instead of throwing immediately.
|
| Modifier and Type | Field and Description |
|---|---|
GoloCompilationException.Builder |
GoloParser.exceptionBuilder |
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.