Class MixinInstanceMetaProperty
java.lang.Object
groovy.lang.MetaProperty
groovy.lang.MetaBeanProperty
org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty
- All Implemented Interfaces:
- MetaMember
MetaProperty for mixed in classes
- 
Field SummaryFields inherited from class groovy.lang.MetaPropertyname, PROPERTY_SET_PREFIX, type
- 
Constructor SummaryConstructorsConstructorDescriptionMixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass) 
- 
Method SummaryMethods inherited from class groovy.lang.MetaBeanPropertygetField, getGetter, getModifiers, getProperty, getSetter, setField, setPropertyMethods inherited from class groovy.lang.MetaPropertygetGetterName, getName, getSetterName, getTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.MetaMemberisFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isSynthetic
- 
Constructor Details- 
MixinInstanceMetaProperty
 
-