|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |