Package | Description |
---|---|
org.eclipse.golo.cli |
(this is an internal API)
|
org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GoloFilesManager.accept(CodeGenerationResult result) |
void |
GoloFilesManager.save(CodeGenerationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
GoloFilesManager.saveAll(java.util.List<CodeGenerationResult> results) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeGenerationResult> |
GoloCompiler.compile(java.io.File src) |
java.util.List<CodeGenerationResult> |
GoloCompiler.compile(java.lang.String goloSourceFilename,
java.io.Reader sourceCode)
Compiles a Golo source file from an input stream, and returns a collection of results.
|
java.util.List<CodeGenerationResult> |
GoloCompiler.generate(GoloModule goloModule) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
GoloClassLoader.load(CodeGenerationResult result) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
GoloClassLoader.load(java.util.List<CodeGenerationResult> results) |