Package org.codehaus.groovy.ast.builder
Class AstStringCompiler
- java.lang.Object
- 
- org.codehaus.groovy.ast.builder.AstStringCompiler
 
- 
 public class AstStringCompiler extends Object This class handles converting Strings to ASTNode lists.
- 
- 
Constructor SummaryConstructors Constructor Description AstStringCompiler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ASTNode>compile(String script)List<ASTNode>compile(String script, CompilePhase compilePhase, boolean statementsOnly)
 
- 
- 
- 
Method Detail- 
compilepublic List<ASTNode> compile(String script, CompilePhase compilePhase, boolean statementsOnly) 
 
- 
 
-