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 including templating APIs and default implementations. 
groovy.ui An interactive command line terminal along with a Swing console for evaluating Groovy scripts. 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
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.File file)
          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.InputStream in)
          Parses the given script and returns it ready to be run
 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(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)
           
 

Uses of Script in groovy.text
 

Fields in groovy.text declared as Script
private  Script XmlTemplateEngine.XmlTemplate.script
           
private  Script XmlTemplateEngine.XmlWritable.script
           
protected  Script SimpleTemplateEngine.SimpleTemplate.script
           
 

Constructors in groovy.text with parameters of type Script
XmlTemplateEngine.XmlTemplate(Script script)
           
XmlTemplateEngine.XmlWritable(Script script, Binding binding)
           
 

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 groovy.util
 

Methods in groovy.util that return Script
 Script GroovyScriptEngine.createScript(java.lang.String scriptName, Binding binding)
          Creates a Script with a given scriptName and binding.
 

Methods in groovy.util with parameters of type Script
 java.lang.Object FactoryBuilderSupport.build(Script script)
           
 

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 © ${year} The Codehaus. All Rights Reserved.