
public class Compiler extends Object
| Constructor and Description |
|---|
Compiler(CompilerOptions compilerOptions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
boolean |
run(TreeLogger logger) |
boolean |
run(TreeLogger logger,
ModuleDef... modules) |
public Compiler(CompilerOptions compilerOptions)
public static void main(String[] args)
public boolean run(TreeLogger logger) throws UnableToCompleteException
UnableToCompleteExceptionpublic boolean run(TreeLogger logger, ModuleDef... modules) throws UnableToCompleteException
UnableToCompleteExceptionCopyright © 2018. All rights reserved.