| Package | Description |
|---|---|
| org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CodeGenerationResult> |
GoloCompiler.compile(java.lang.String goloSourceFilename,
java.io.InputStream sourceCodeInputStream)
Compiles a Golo source file from an input stream, and returns a collection of results.
|
java.util.List<CodeGenerationResult> |
GoloCompiler.generate(GoloModule goloModule,
java.lang.String goloSourceFilename) |