public class AstStringCompiler extends Object
| Constructor and Description | 
|---|
AstStringCompiler()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ASTNode> | 
compile(String script)
 | 
List<ASTNode> | 
compile(String script,
       CompilePhase compilePhase,
       boolean statementsOnly)
 | 
public List<ASTNode> compile(String script, CompilePhase compilePhase, boolean statementsOnly)