
public class AstConstructor extends Object
| Constructor and Description |
|---|
AstConstructor() |
| Modifier and Type | Method and Description |
|---|---|
static JProgram |
construct(TreeLogger logger,
CompilationState state,
PrecompileTaskOptions options,
Properties properties)
Construct an simple AST representing an entire
CompilationState. |
public static JProgram construct(TreeLogger logger, CompilationState state, PrecompileTaskOptions options, Properties properties) throws UnableToCompleteException
CompilationState.
Does not support deferred binding. Implementation mostly copied from
JavaToJavaScriptCompiler.UnableToCompleteExceptionCopyright © 2018. All rights reserved.