|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use groovy.lang | |
---|---|
groovy.inspect | |
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.util.slurpersupport | |
groovy.xml | Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup. |
groovy.xml.streamingmarkupsupport | |
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
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.control | |
org.codehaus.groovy.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
org.codehaus.groovy.syntax | Lexer, parser and trees. |
Classes in groovy.lang used by groovy.inspect | |
---|---|
MetaMethod
Represents a Method on a Java object a little like Method
except without using reflection to invoke the method |
|
PropertyValue
|
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. |
|
Buildable
|
|
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 |
|
GroovyResourceLoader
Allows frameworks that integrate with Groovy to determine how Groovy files are resolved. |
|
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. |
|
Interceptor
Implementers of this interface can be registered in the ProxyMetaClass for notifications about method calls for objects managed by the ProxyMetaClass. |
|
IntRange
Represents a list of Integer objects from a specified int up to and including a given and to. |
|
MetaClass
|
|
MetaClassImpl
Allows methods to be dynamically added to existing classes at runtime |
|
MetaClassRegistry
|
|
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 |
|
ProxyMetaClass
As subclass of MetaClass, ProxyMetaClass manages calls from Groovy Objects to POJOs. |
|
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. |
|
SpreadList
Spreads a list as individual objects to support the spread operator (*) for lists. |
|
SpreadMap
Represents a spreadable map which extends java.util.HashMap. |
|
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 | |
---|---|
GroovyShell
Represents a groovy shell capable of running arbitrary groovy scripts |
|
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 |
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 |
Classes in groovy.lang used by groovy.util.slurpersupport | |
---|---|
Buildable
|
|
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 |
|
MetaClass
|
|
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.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 groovy.xml.streamingmarkupsupport | |
---|---|
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.ast | |
---|---|
GroovyClassLoader
A ClassLoader which can load Groovy classes |
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 | |
---|---|
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.control | |
---|---|
GroovyClassLoader
A ClassLoader which can load Groovy classes |
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. |
|
EmptyRange
Constructing Ranges like 0..<0 |
|
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 |
|
IntRange
Represents a list of Integer objects from a specified int up to and including a given and to. |
|
MetaClass
|
|
MetaClassRegistry
|
|
MetaMethod
Represents a Method on a Java object a little like Method
except without using reflection to invoke the method |
|
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 |
|
Reference
Represents a reference to a value |
|
Script
This object represents a Groovy script |
|
SpreadList
Spreads a list as individual objects to support the spread operator (*) for lists. |
|
SpreadMap
Represents a spreadable map which extends java.util.HashMap. |
|
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.syntax | |
---|---|
GroovyRuntimeException
An exception thrown by the interpreter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |