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
UnableToCompleteException
public boolean run(TreeLogger logger, ModuleDef... modules) throws UnableToCompleteException
UnableToCompleteException
Copyright © 2018. All rights reserved.