| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
GoloCompilationException.Problem.Type |
GoloCompilationException.Problem.getType() |
static GoloCompilationException.Problem.Type |
GoloCompilationException.Problem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoloCompilationException.Problem.Type[] |
GoloCompilationException.Problem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| Constructor and Description |
|---|
Problem(GoloCompilationException.Problem.Type type,
GoloASTNode source,
String description)
Constructs a new problem to report.
|
Problem(GoloCompilationException.Problem.Type type,
GoloASTNode source,
Token token,
String description)
Constructs a new problem to report.
|
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.