Package | Description |
---|---|
org.eclipse.golo.cli.command | |
org.eclipse.golo.cli.command.spi | |
org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
org.eclipse.golo.compiler.parser |
(this is an internal API)
|
org.eclipse.golo.doc |
(this is an internal API)
|
Class and Description |
---|
GoloClassLoader
Provides a facility to dynamically load Golo source code and access the generated code from a dedicated class loader.
|
Class and Description |
---|
GoloCompilationException
A Golo compilation exception that may also report a cause and several identified problems.
|
Class and Description |
---|
CodeGenerationResult
A code generation result.
|
GoloCompilationException
A Golo compilation exception that may also report a cause and several identified problems.
|
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.
|
GoloCompilationException.Problem.Type
The possible problem types.
|
PackageAndClass
Represents a package and class.
|
Class and Description |
---|
PackageAndClass
Represents a package and class.
|
Class and Description |
---|
GoloCompilationException.Builder
An exception builder object allows preparing an exception by progressively adding problems.
|
Class and Description |
---|
GoloCompiler
The Golo compiler.
|