|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyObject | |
---|---|
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.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.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.runtime | Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. |
org.codehaus.groovy.runtime.wrappers |
Uses of GroovyObject in groovy.lang |
---|
Subinterfaces of GroovyObject in groovy.lang | |
---|---|
interface |
GroovyInterceptable
Marker interface used to notify that all methods should be intercepted through the invokeMethod mechanism
of GroovyObject . |
Classes in groovy.lang that implement GroovyObject | |
---|---|
class |
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. |
class |
Closure
Represents any closure object in Groovy. |
class |
GroovyObjectSupport
A useful base class for Java objects wishing to be Groovy objects |
class |
GroovyShell
Represents a groovy shell capable of running arbitrary groovy scripts |
class |
GString
Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily. |
class |
NonEmptySequence
Represents a sequence of objects which represents one or many instances of of objects of a given type. |
class |
Reference
Represents a reference to a value |
class |
Script
This object represents a Groovy script |
class |
Sequence
Represents a sequence of objects which represents zero or many instances of of objects of a given type. |
Methods in groovy.lang with parameters of type GroovyObject | |
---|---|
void |
Buildable.build(GroovyObject builder)
|
void |
GString.build(GroovyObject builder)
|
void |
ProxyMetaClass.use(GroovyObject object,
Closure closure)
Use the ProxyMetaClass for the given Closure. |
Uses of GroovyObject in groovy.mock |
---|
Classes in groovy.mock that implement GroovyObject | |
---|---|
class |
GroovyMock
|
Methods in groovy.mock that return GroovyObject | |
---|---|
GroovyObject |
GroovyMock.getInstance()
|
Uses of GroovyObject in groovy.servlet |
---|
Classes in groovy.servlet that implement GroovyObject | |
---|---|
class |
ServletBinding
Servlet-specific binding extension to lazy load the writer or the output stream from the response. |
Uses of GroovyObject in groovy.sql |
---|
Classes in groovy.sql that implement GroovyObject | |
---|---|
class |
GroovyResultSet
Represents an extent of objects |
class |
GroovyRowResult
Represents an extent of objects. |
Uses of GroovyObject in groovy.swing |
---|
Classes in groovy.swing that implement GroovyObject | |
---|---|
class |
SwingBuilder
A helper class for creating Swing widgets using GroovyMarkup |
Uses of GroovyObject in groovy.util |
---|
Classes in groovy.util that implement GroovyObject | |
---|---|
class |
AntBuilder
Allows Ant tasks to be used with GroovyMarkup |
class |
BuilderSupport
An abstract base class for creating arbitrary nested trees of objects or events |
class |
Expando
Represents a dynamically expandable bean. |
class |
GroovyLog
Represents an arbitrary logging service. |
class |
GroovyMBean
A GroovyObject facade for an underlying MBean which acts like a normal groovy object but which is actually implemented via an underlying JMX MBean. |
class |
NodeBuilder
A helper class for creating nested trees of Node objects for handling arbitrary data |
class |
Proxy
Dynamic groovy proxy for another object. |
Uses of GroovyObject in groovy.util.slurpersupport |
---|
Classes in groovy.util.slurpersupport that implement GroovyObject | |
---|---|
class |
Attribute
|
class |
FilteredAttributes
Lazy evaluated representation of nodes filtered by attributes. |
class |
FilteredNodeChildren
|
class |
GPathResult
|
class |
NoChildren
|
class |
NodeChild
|
Methods in groovy.util.slurpersupport with parameters of type GroovyObject | |
---|---|
void |
NodeChild.build(GroovyObject builder)
|
void |
ReplacementNode.build(GroovyObject builder)
|
void |
Attribute.build(GroovyObject builder)
|
void |
NoChildren.build(GroovyObject builder)
|
void |
Node.build(GroovyObject builder,
Map namespaceMap,
Map namespaceTagHints)
|
abstract void |
ReplacementNode.build(GroovyObject builder,
Map namespaceMap,
Map namespaceTagHints)
|
Uses of GroovyObject in groovy.xml |
---|
Classes in groovy.xml that implement GroovyObject | |
---|---|
class |
DOMBuilder
A helper class for creating a W3C DOM tree |
class |
MarkupBuilder
A helper class for creating XML or HTML markup |
class |
NamespaceBuilderSupport
A helper class for creating namespaced GroovyMarkup |
class |
SAXBuilder
A helper class for creating a W3C D |
Uses of GroovyObject in groovy.xml.streamingmarkupsupport |
---|
Classes in groovy.xml.streamingmarkupsupport that implement GroovyObject | |
---|---|
class |
BaseMarkupBuilder
|
class |
Builder
|
protected static class |
Builder.Built
|
Uses of GroovyObject in org.codehaus.groovy.runtime |
---|
Classes in org.codehaus.groovy.runtime that implement GroovyObject | |
---|---|
class |
CurriedClosure
Represents wrapper around a Closure to support currying |
class |
IteratorClosureAdapter
A closure which stores calls in a List so that method calls can be iterated over in a 'yield' style way |
class |
MethodClosure
Represents a method on an object using a closure which can be invoked at any time |
class |
NullObject
|
class |
ScriptReference
Represents a reference to a variable in a script |
Methods in org.codehaus.groovy.runtime with parameters of type GroovyObject | |
---|---|
static Wrapper |
ScriptBytecodeAdapter.createGroovyObjectWrapper(GroovyObject val,
Class clazz)
|
static Object |
ScriptBytecodeAdapter.getGroovyObjectField(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getGroovyObjectFieldSafe(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getGroovyObjectFieldSpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getGroovyObjectProperty(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
InvokerHelper.getGroovyObjectProperty(GroovyObject object,
String property)
|
static Object |
ScriptBytecodeAdapter.getGroovyObjectPropertySafe(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getGroovyObjectPropertySpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getPropertyOnSuper(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getPropertyOnSuperSafe(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.getPropertyOnSuperSpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnCurrent0(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnCurrent0Safe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnCurrent0SpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnCurrentN(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnCurrentNSafe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnCurrentNSpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnSuper0(Class senderClass,
GroovyObject receiver,
String messageName)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnSuper0Safe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnSuper0SpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnSuperN(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnSuperNSafe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static Object |
ScriptBytecodeAdapter.invokeMethodOnSuperNSpreadSafe(Class senderClass,
GroovyObject receiver,
String messageName,
Object[] messageArguments)
|
static void |
ScriptBytecodeAdapter.setGroovyObjectField(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setGroovyObjectFieldSafe(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setGroovyObjectFieldSpreadSafe(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setGroovyObjectProperty(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
InvokerHelper.setGroovyObjectProperty(Object newValue,
GroovyObject object,
String property)
This is so we don't have to reorder the stack when we call this method. |
static void |
ScriptBytecodeAdapter.setGroovyObjectPropertySafe(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setGroovyObjectPropertySpreadSafe(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setPropertyOnSuper(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setPropertyOnSuperSafe(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
static void |
ScriptBytecodeAdapter.setPropertyOnSuperSpreadSafe(Object messageArgument,
Class senderClass,
GroovyObject receiver,
String messageName)
|
Uses of GroovyObject in org.codehaus.groovy.runtime.wrappers |
---|
Classes in org.codehaus.groovy.runtime.wrappers that implement GroovyObject | |
---|---|
class |
BooleanWrapper
|
class |
ByteWrapper
|
class |
CharWrapper
|
class |
DoubleWrapper
|
class |
FloatWrapper
|
class |
GroovyObjectWrapper
|
class |
IntWrapper
|
class |
LongWrapper
|
class |
PojoWrapper
|
class |
ShortWrapper
|
class |
Wrapper
|
Fields in org.codehaus.groovy.runtime.wrappers declared as GroovyObject | |
---|---|
protected GroovyObject |
GroovyObjectWrapper.wrapped
|
Constructors in org.codehaus.groovy.runtime.wrappers with parameters of type GroovyObject | |
---|---|
GroovyObjectWrapper(GroovyObject wrapped,
Class constrainedType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |