Uses of Class
groovy.lang.MetaBeanProperty

Packages that use MetaBeanProperty
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. 
 

Uses of MetaBeanProperty in groovy.lang
 

Methods in groovy.lang that return MetaBeanProperty
protected  MetaBeanProperty MetaClassImpl.findPropertyInClassHierarchy(java.lang.String propertyName, CachedClass theClass)
           
private  MetaBeanProperty MetaClassImpl.getMetaPropertyFromMutableMetaClass(java.lang.String propertyName, MetaClass metaClass)
           
private  MetaBeanProperty MetaClassImpl.searchInterfacesForMetaProperty(java.lang.String propertyName, java.lang.Class[] interfaces)
           
 

Methods in groovy.lang with parameters of type MetaBeanProperty
 void MetaClassImpl.addMetaBeanProperty(MetaBeanProperty mp)
          Adds a new MetaBeanProperty to this MetaClass
 void MutableMetaClass.addMetaBeanProperty(MetaBeanProperty metaBeanProperty)
          Adds a new MetaBeanProperty to the MetaClass
 void DelegatingMetaClass.addMetaBeanProperty(MetaBeanProperty metaBeanProperty)
           
protected  void MetaClassImpl.onSuperPropertyFoundInHierarchy(MetaBeanProperty property)
           
protected  void ExpandoMetaClass.onSuperPropertyFoundInHierarchy(MetaBeanProperty property)
           
 

Uses of MetaBeanProperty in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime with parameters of type MetaBeanProperty
 void HandleMetaClass.addMetaBeanProperty(MetaBeanProperty metaBeanProperty)
           
 

Uses of MetaBeanProperty in org.codehaus.groovy.runtime.metaclass
 

Subclasses of MetaBeanProperty in org.codehaus.groovy.runtime.metaclass
 class MixinInstanceMetaProperty
          MetaProperty for mixed in classes
 class ThreadManagedMetaBeanProperty
          This MetaBeanProperty will create a pseudo property whose value is bound to an object using weak references.
 

Methods in org.codehaus.groovy.runtime.metaclass with parameters of type MetaBeanProperty
 void ClosureMetaClass.addMetaBeanProperty(MetaBeanProperty mp)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.