|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
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. |
|
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
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 |
|
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.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 | |
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. |
|
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 |
|
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 |
|
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.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.syntax | |
GroovyRuntimeException
An exception thrown by the interpreter |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |