Uses of Package
groovy.lang

Packages that use groovy.lang
groovy.gdo GroovyDataObjects (GDO) API for working with arbitrary structured data as groovy objects, perfoming searches & sorting using Groocy syntax & closures etc. 
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.mock   
groovy.model An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects  
groovy.swing A GroovyMarkup builder for creating Swing user interfaces  
groovy.swing.impl Implementation classes for the Swing GroovyMarkup builder  
groovy.ui   
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
groovy.xml Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
 

Classes in groovy.lang used by groovy.gdo
Closure
          Represents any closure object in Groovy.
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
GString
          Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
 

Classes in groovy.lang used by groovy.lang
Closure
          Represents any closure object in Groovy.
GroovyLog
          Represents an arbitrary logging service.
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
IntRange
          Represents a list of Integer objects from a specified int up to but not including a given and to.
MetaClass
          Allows methods to be dynamically added to existing classes at runtime
MetaClassRegistry
          A registery of MetaClass instances which caches introspection & reflection information and allows methods to be dynamically added to existing classes at runtime
Range
          Represents a list of objects from a value to a value using comparators
ScriptContext
          Represents the variable bindings of a script which can be altered from outside the script object.
Sequence
          Represents a sequence of objects which represents zero or many instances of of objects of a given type.
Tuple
          Represents a list of Integer objects from a specified int up to but not including a given and to.
 

Classes in groovy.lang used by groovy.mock
Closure
          Represents any closure object in Groovy.
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
 

Classes in groovy.lang used by groovy.model
Closure
          Represents any closure object in Groovy.
 

Classes in groovy.lang used by groovy.swing
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
 

Classes in groovy.lang used by groovy.swing.impl
Closure
          Represents any closure object in Groovy.
 

Classes in groovy.lang used by groovy.ui
GroovyShell
          Represents a groovy shell capable of running arbitrary groovy scripts
 

Classes in groovy.lang used by groovy.util
Closure
          Represents any closure object in Groovy.
GroovyClassLoader
          A ClassLoader which can load Groovy classes
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
 

Classes in groovy.lang used by groovy.xml
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
 

Classes in groovy.lang used by org.codehaus.groovy.runtime
Closure
          Represents any closure object in Groovy.
GroovyObject
          The interface implemented by all Groovy objects which is handy for using Groovy objects when in the Java world
GroovyObjectSupport
          A useful base class for Java objects wishing to be Groovy objects
GString
          Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
MetaClass
          Allows methods to be dynamically added to existing classes at runtime
Range
          Represents a list of objects from a value to a value using comparators
Script
          This object represents a Groovy script
ScriptContext
          Represents the variable bindings of a script which can be altered from outside the script object.
Tuple
          Represents a list of Integer objects from a specified int up to but not including a given and to.
 



Copyright © 2003 The Codehaus. All Rights Reserved.