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 Summary
Constructors Constructor Description AstStringCompiler()
-
Method Summary
All 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
-
compile
public List<ASTNode> compile(String script, CompilePhase compilePhase, boolean statementsOnly)
-
-