Class MixinInstanceMetaProperty
java.lang.Object
groovy.lang.MetaProperty
groovy.lang.MetaBeanProperty
org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty
- All Implemented Interfaces:
MetaMember
MetaProperty for properties in mixed in classes.
This property delegates to the mixin instance's property.
-
Field Summary
Fields inherited from class groovy.lang.MetaProperty
name, PROPERTY_SET_PREFIX, type -
Constructor Summary
ConstructorsConstructorDescriptionMixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass) Constructs a new MixinInstanceMetaProperty. -
Method Summary
Methods inherited from class groovy.lang.MetaBeanProperty
getField, getGetter, getModifiers, getProperty, getSetter, setField, setPropertyMethods inherited from class groovy.lang.MetaProperty
getGetterName, getName, getSetterName, getTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.MetaMember
isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isSynthetic
-
Constructor Details
-
MixinInstanceMetaProperty
Constructs a new MixinInstanceMetaProperty.- Parameters:
property- the property from the mixinmixinInMetaClass- the mixin metadata
-