Class MixinInstanceMetaProperty
- java.lang.Object
- 
- groovy.lang.MetaProperty
- 
- groovy.lang.MetaBeanProperty
- 
- org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty
 
 
 
- 
 public class MixinInstanceMetaProperty extends MetaBeanProperty MetaProperty for mixed in classes
- 
- 
Field Summary- 
Fields inherited from class groovy.lang.MetaPropertyname, PROPERTY_SET_PREFIX, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description MixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass)
 - 
Method Summary- 
Methods inherited from class groovy.lang.MetaBeanPropertygetField, getGetter, getModifiers, getProperty, getSetter, setField, setProperty
 - 
Methods inherited from class groovy.lang.MetaPropertygetGetterName, getName, getSetterName, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
MixinInstanceMetaPropertypublic MixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass) 
 
- 
 
-