Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.codehaus.groovy.runtime.metaclass Classes and Interfaces - 36 results found.
NameDescriptionTypePackageFramework
ClosureMetaClassA meta class for closures generated by the Groovy compiler.Classorg.codehaus.groovy.runtime.metaclassGroovy
ClosureMetaMethodA MetaMethod that accepts a closure in the constructor which is invoked when the MetaMethod is called.Classorg.codehaus.groovy.runtime.metaclassGroovy
ClosureStaticMetaMethodThis class represents a MetaMethod that is a closure that pretends to be a static method.Classorg.codehaus.groovy.runtime.metaclassGroovy
ConcurrentReaderHashMapA hash table that supports mostly-concurrent reading, but exclusive writing.Classorg.codehaus.groovy.runtime.metaclassGroovy
ConcurrentReaderHashMap .BarrierLockA Serializable class for barrier lockSee Also:Serialized FormClassorg.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMapGroovy
ConcurrentReaderHashMap .EntryConcurrentReaderHashMap collision list entry.Classorg.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMapGroovy
DefaultMetaClassInfoWARNING: This class is for internal use only! We use this class to store information about if a default MetaClass isClassorg.codehaus.groovy.runtime.metaclassGroovy
DefaultMetaClassInfo .ConstantMetaClassVersioningClassorg.codehaus.groovy.runtime.metaclass.DefaultMetaClassInfoGroovy
MetaClassHelperClassorg.codehaus.groovy.runtimeGroovy
MetaClassRegistryImplA registry of MetaClass instances which caches introspection & reflection information and allows methods to be dynamically added toClassorg.codehaus.groovy.runtime.metaclassGroovy
MetaMethodIndexClassorg.codehaus.groovy.runtime.metaclassGroovy
MetaMethodIndex .CacheEntryClassorg.codehaus.groovy.runtime.metaclass.MetaMethodIndexGroovy
MetaMethodIndex .EntryClassorg.codehaus.groovy.runtime.metaclass.MetaMethodIndexGroovy
MetaMethodIndex .EntryIteratorInterfaceorg.codehaus.groovy.runtime.metaclass.MetaMethodIndexGroovy
MetaMethodIndex .HeaderClassorg.codehaus.groovy.runtime.metaclass.MetaMethodIndexGroovy
MethodHelperSome reflection helper methodsAuthor:James StrachanClassorg.codehaus.groovy.runtime.metaclassGroovy
MethodMetaPropertyWrapper for a method for a property get or set.Classorg.codehaus.groovy.runtime.metaclassGroovy
MethodMetaProperty .GetBeanMethodMetaPropertyWrapper for a method realizing the property getter.Classorg.codehaus.groovy.runtime.metaclass.MethodMetaPropertyGroovy
MethodMetaProperty .GetMethodMetaPropertyWrapper for a method realizing the property get.Classorg.codehaus.groovy.runtime.metaclass.MethodMetaPropertyGroovy
MethodSelectionExceptionThis exception is thrown if the runtime is unable to select a method.Classorg.codehaus.groovy.runtime.metaclassGroovy
MissingMethodExceptionNoStackClassorg.codehaus.groovy.runtime.metaclassGroovy
MissingMethodExecutionFailedA stack less exception used to indicate, that the execution of a missingMethod method failed with a MissingMethodException.Classorg.codehaus.groovy.runtime.metaclassGroovy
MissingPropertyExceptionNoStackClassorg.codehaus.groovy.runtime.metaclassGroovy
MixedInMetaClassClassorg.codehaus.groovy.runtime.metaclassGroovy
MixinInstanceMetaMethodClassorg.codehaus.groovy.runtime.metaclassGroovy
MixinInstanceMetaPropertyClassorg.codehaus.groovy.runtime.metaclassGroovy
MultipleSetterPropertyThis class represents a property with multiple setters.Classorg.codehaus.groovy.runtime.metaclassGroovy
NewInstanceMetaMethodA 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.Classorg.codehaus.groovy.runtime.metaclassGroovy
NewMetaMethodClassorg.codehaus.groovy.runtime.metaclassGroovy
NewStaticMetaMethodA MetaMethod implementation where the underlying method is really a static helper method on some class.Classorg.codehaus.groovy.runtime.metaclassGroovy
OwnedMetaClassClassorg.codehaus.groovy.runtime.metaclassGroovy
ReflectionMetaMethodClassorg.codehaus.groovy.runtime.metaclassGroovy
ReflectorLoaderReflector creation helper.Classorg.codehaus.groovy.runtime.metaclassGroovy
TemporaryMethodKeyA temporary implementation of MethodKey used to perform a fast lookup for a method using a set of arguments to a methodClassorg.codehaus.groovy.runtime.metaclassGroovy
ThreadManagedMetaBeanPropertyThis MetaBeanProperty will create a pseudo property whose value is bound to an object using weak references.Classorg.codehaus.groovy.runtime.metaclassGroovy
TransformMetaMethodA MetaMethod implementation useful for implementing coercion based invocationsAuthor:James StrachanClassorg.codehaus.groovy.runtime.metaclassGroovy