|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(InputStream in)
Parses the given script and returns it ready to be run |
Script |
GroovyShell.parse(InputStream in,
String fileName)
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)
|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||