|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyCodeSource | |
groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
Uses of GroovyCodeSource in groovy.lang |
Methods in groovy.lang with parameters of type GroovyCodeSource | |
Object |
GroovyShell.evaluate(GroovyCodeSource codeSource)
Evaluates some script against the current Binding and returns the result |
Script |
GroovyShell.parse(GroovyCodeSource codeSource)
Parses the given script and returns it ready to be run. |
Class |
GroovyClassLoader.parseClass(GroovyCodeSource codeSource)
|
Class |
GroovyClassLoader.parseClass(GroovyCodeSource codeSource,
boolean shouldCache)
Parses the given code source into a Java class capable of being run |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |