See: Description
Class | Description |
---|---|
ClosureCaptureGoloIrVisitor | |
CodeGenerationResult |
A code generation result.
|
GoloClassLoader |
Provides a facility to dynamically load Golo source code and access the generated code from a dedicated class loader.
|
GoloCompilationException.Builder |
An exception builder object allows preparing an exception by progressively adding problems.
|
GoloCompilationException.Problem |
A problem reported either while compiling the source code or processing the intermediate representation.
|
GoloCompiler |
The Golo compiler.
|
PackageAndClass |
Represents a package and class.
|
ParseTreeToGoloIrVisitor | |
PositionInSourceCode | |
SymbolGenerator |
Name generator for synthetic objects.
|
Enum | Description |
---|---|
GoloCompilationException.Problem.Type |
The possible problem types.
|
Exception | Description |
---|---|
GoloCompilationException |
A Golo compilation exception that may also report a cause and several identified problems.
|