|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use groovy.lang | |
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| groovy.mock | GroovyMock is a mock testing library for Groovy objects. |
| groovy.model | An MVC model package for working with user interfaces and data structures and arbitrary Java and Groovy objects |
| groovy.servlet | Support for Groovlets which are Servlets written as a simple Groovy script. |
| groovy.sql | Groovy helper classes for working with SQL data as Groovy objects |
| groovy.swing | A GroovyMarkup builder for creating Swing user interfaces |
| groovy.swing.impl | Implementation classes for the Swing GroovyMarkup builder |
| groovy.text | Contains the text processing utilities in particular the template engine API and default implementation. |
| groovy.ui | An interactive command line terminal along with a Swing console for evaluating Groovy scripts. |
| 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.ast.expr | AST nodes for Groovy expressions |
| org.codehaus.groovy.bsf | Defines the BSF Engine for using Groovy inside any BSF application. |
| org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
| org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
| org.codehaus.groovy.sandbox.markup | |
| org.codehaus.groovy.sandbox.util | |
| org.codehaus.groovy.syntax.parser | The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree) |
| Classes in groovy.lang used by groovy.lang | |
| Binding
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
|
| Closure
Represents any closure object in Groovy. |
|
| GroovyClassLoader
A ClassLoader which can load Groovy classes |
|
| GroovyClassLoader.ClassCollector
|
|
| GroovyCodeSource
CodeSource wrapper class that allows specific security policies to be associated with a class compiled from groovy source. |
|
| 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 |
|
| GroovyRuntimeException
An exception thrown by the interpreter |
|
| GroovyShell
Represents a groovy shell capable of running arbitrary groovy scripts |
|
| GString
Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily. |
|
| IntRange
Represents a list of Integer objects from a specified int up to and 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 |
|
| MetaMethod
Represents a Method on a Java object a little like Method
except without using reflection to invoke the method |
|
| MetaProperty
Represents a property on a bean which may have a getter and/or a setter |
|
| MissingPropertyException
An exception occurred if a dynamic property dispatch fails with an unknown property. |
|
| ObjectRange
Represents an inclusive list of objects from a value to a value using comparators |
|
| Range
Represents the interface of a Range implementation which includes the from and to values |
|
| Script
This object represents a Groovy script |
|
| 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. |
|
| Writable
Represents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself. |
|
| 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.servlet | |
| Binding
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
|
| 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.sql | |
| 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.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.text | |
| Closure
Represents any closure object in Groovy. |
|
| Script
This object represents a Groovy script |
|
| Writable
Represents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself. |
|
| Classes in groovy.lang used by groovy.ui | |
| Binding
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
|
| GroovyShell
Represents a groovy shell capable of running arbitrary groovy scripts |
|
| Script
This object represents a Groovy script |
|
| Classes in groovy.lang used by groovy.util | |
| Binding
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
|
| 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 |
|
| MetaClass
Allows methods to be dynamically added to existing classes at runtime |
|
| 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.ast.expr | |
| MetaMethod
Represents a Method on a Java object a little like Method
except without using reflection to invoke the method |
|
| Classes in groovy.lang used by org.codehaus.groovy.bsf | |
| Binding
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
|
| GroovyClassLoader
A ClassLoader which can load Groovy classes |
|
| GroovyShell
Represents a groovy shell capable of running arbitrary groovy scripts |
|
| Classes in groovy.lang used by org.codehaus.groovy.classgen | |
| GroovyRuntimeException
An exception thrown by the interpreter |
|
| MetaMethod
Represents a Method on a Java object a little like Method
except without using reflection to invoke the method |
|
| Classes in groovy.lang used by org.codehaus.groovy.runtime | |
| Binding
Represents the variable bindings of a script which can be altered from outside the script object or created outside of a script and passed into it. |
|
| 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 |
|
| GroovyRuntimeException
An exception thrown by the interpreter |
|
| 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 |
|
| MetaClassRegistry
A registery of MetaClass instances which caches introspection & reflection information and allows methods to be dynamically added to existing classes at runtime |
|
| MetaMethod
Represents a Method on a Java object a little like Method
except without using reflection to invoke the method |
|
| Range
Represents the interface of a Range implementation which includes the from and to values |
|
| Reference
Represents a reference to a value |
|
| Script
This object represents a Groovy script |
|
| Tuple
Represents a list of Integer objects from a specified int up to but not including a given and to. |
|
| Writable
Represents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself. |
|
| Classes in groovy.lang used by org.codehaus.groovy.sandbox.markup | |
| 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 org.codehaus.groovy.sandbox.util | |
| 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 |
|
| Writable
Represents an object which is capable of writing itself to a text stream in a more efficient format than just creating a toString() representation of itself. |
|
| Classes in groovy.lang used by org.codehaus.groovy.syntax.parser | |
| GroovyRuntimeException
An exception thrown by the interpreter |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||