Package | Description |
---|---|
org.eclipse.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(java.lang.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,
java.lang.String description)
Report a problem to the exception being built.
|
GoloCompilationException.Builder |
GoloCompilationException.Builder.report(GoloCompilationException.Problem.Type type,
GoloElement<?> source,
java.lang.String description)
Report a problem to the exception being built.
|
GoloCompilationException.Builder |
GoloCompilationException.Builder.report(GoloCompilationException.Problem.Type type,
GoloElement<?> source,
java.lang.String description,
java.lang.Throwable cause)
Report a problem to the exception being built.
|