org.codehaus.groovy.ast.builder
[Groovy] Class AstStringCompiler
java.lang.Object
  
org.codehaus.groovy.ast.builder.AstStringCompiler
@PackageScope
class AstStringCompiler
extends Object
 This class handles converting Strings to ASTNode lists.
 
- Authors:
 - Hamlet D'Arcy
 
    
     
                 
    
    
        
        compile
        List compile(String script, CompilePhase compilePhase, boolean statementsOnly)
        
        -  Performs the String source to List of ASTNode.
     
- Parameters:
 script
 -       a Groovy script in String formcompilePhase
 -       the int based CompilePhase to compile it to.- statementsOnly
 
         
        
        
        
    
     
Copyright © 2003-2010 The Codehaus. All rights reserved.