Uses of Class
groovy.lang.ScriptContext

Packages that use ScriptContext
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 ScriptContext in groovy.lang
 

Methods in groovy.lang that return ScriptContext
 groovy.lang.ScriptContext GroovyShell.getContext()
           
 groovy.lang.ScriptContext Script.getBindings()
           
 

Methods in groovy.lang with parameters of type ScriptContext
 void Script.setBindings(groovy.lang.ScriptContext bindings)
           
 

Constructors in groovy.lang with parameters of type ScriptContext
GroovyShell(groovy.lang.ScriptContext binding)
           
GroovyShell(ClassLoader parent, groovy.lang.ScriptContext binding)
           
 

Uses of ScriptContext in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime with parameters of type ScriptContext
static groovy.lang.Script InvokerHelper.createScript(Class scriptClass, groovy.lang.ScriptContext context)
           
 



Copyright © 2003 The Codehaus. All Rights Reserved.