Uses of Class
groovy.lang.GroovyCodeSource

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
 Class GroovyClassLoader.parseClass(GroovyCodeSource codeSource)
          Parses the given character stream into a Java class capable of being run
 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.
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.