| Package | Description |
|---|---|
| fr.insalyon.citi.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<CodeGenerationResult> |
GoloCompiler.compile(String goloSourceFilename,
InputStream sourceCodeInputStream)
Compiles a Golo source file from an input stream, and returns a collection of results.
|
void |
GoloCompiler.compileTo(String goloSourceFilename,
InputStream sourceCodeInputStream,
File targetFolder)
Compiles a Golo source file and writes the resulting JVM bytecode
.class files in a target
folder. |
void |
GoloCompilationException.Builder.doThrow()
Stops adding problems and throws the exception,
|
Class<?> |
GoloClassLoader.load(String goloSourceFilename,
InputStream sourceCodeInputStream)
Compiles and loads the resulting JVM bytecode for a Golo source file.
|
ASTCompilationUnit |
GoloCompiler.parse(String goloSourceFilename,
GoloParser parser)
Produces a parse tree for a Golo source file.
|
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.