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. 
groovy.text Contains the text processing utilities in particular the template engine API and default implementation. 
groovy.ui An interactive command line terminal along with a Swing console for evaluating Groovy scripts. 
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(java.io.InputStream in, java.lang.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(java.io.File file)
          Parses the given script and returns it ready to be run
 Script GroovyShell.parse(java.lang.String scriptText)
          Parses the given script and returns it ready to be run
 Script GroovyShell.parse(java.lang.String scriptText, java.lang.String fileName)
           
 Script GroovyShell.parse(java.io.InputStream in)
          Parses the given script and returns it ready to be run
 

Uses of Script in groovy.text
 

Fields in groovy.text declared as Script
private  Script SimpleTemplateEngine.SimpleTemplate.script
           
 

Uses of Script in groovy.ui
 

Fields in groovy.ui declared as Script
private  Script GroovySocketServer.GroovyClientConnection.script
           
 

Methods in groovy.ui with parameters of type Script
private  void GroovyMain.processFile(Script s, java.io.File file)
          Process a single input file.
private  void GroovyMain.processReader(Script s, java.io.BufferedReader reader, java.io.PrintWriter pw)
          Process a script against a single input file.
 

Constructors in groovy.ui with parameters of type Script
GroovySocketServer.GroovyClientConnection(Script script, boolean autoOutput, java.net.Socket socket)
           
 

Uses of Script in org.codehaus.groovy.runtime
 

Fields in org.codehaus.groovy.runtime declared as Script
private  Script ScriptReference.script
           
 

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

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



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