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 SummaryFields inherited from class groovy.lang.MetaPropertyname, PROPERTY_SET_PREFIX, type
- 
Constructor SummaryConstructors Constructor Description MixinInstanceMetaProperty(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, wait
- 
Constructor Details- 
MixinInstanceMetaProperty
 
-