Uses of Class
groovy.lang.Script

Packages that use Script
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
 

Uses of Script in groovy.lang
 

Methods in groovy.lang that return Script
 Script GroovyShell.parse(InputStream in, String fileName)
          Parses the given script and returns it ready to be run
 Script GroovyShell.parse(GroovyCodeSource codeSource)
          Parses the given script and returns it ready to be run.
 Script GroovyShell.parse(File file)
          Parses the given script and returns it ready to be run
 Script GroovyShell.parse(String scriptText)
          Parses the given script and returns it ready to be run
 Script GroovyShell.parse(String scriptText, String fileName)
           
 Script GroovyShell.parse(InputStream in)
          Parses the given script and returns it ready to be run
 

Uses of Script in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime that return Script
static Script InvokerHelper.createScript(Class scriptClass, Binding context)
           
 

Constructors in org.codehaus.groovy.runtime with parameters of type Script
ScriptReference(Script script, String variable)
           
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.