|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.groovy.runtime.metaclass | |
---|---|
groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
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.metaclass | Internal classes related to Groovy's metaclass implementation. |
Classes in org.codehaus.groovy.runtime.metaclass used by groovy.lang | |
---|---|
ClosureMetaMethod
A MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called. |
|
ClosureStaticMetaMethod
This class represents a MetaMethod that is a closure that pretends to be a static method. |
|
MetaMethodIndex
|
|
MetaMethodIndex.Entry
|
|
MetaMethodIndex.Header
|
Classes in org.codehaus.groovy.runtime.metaclass used by org.codehaus.groovy.runtime | |
---|---|
NewInstanceMetaMethod
A MetaMethod implementation where the underlying method is really a static helper method on some class but it appears to be an instance method on a class. |
|
NewMetaMethod
Base class for NewInstanceMetaMethod and NewStaticMetaMethod |
|
ReflectionMetaMethod
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |