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 Summary
Fields inherited from class groovy.lang.MetaProperty
name, PROPERTY_SET_PREFIX, type
-
Constructor Summary
ConstructorDescriptionMixinInstanceMetaProperty
(MetaProperty property, MixinInMetaClass mixinInMetaClass) -
Method Summary
Methods inherited from class groovy.lang.MetaBeanProperty
getField, getGetter, getModifiers, getProperty, getSetter, setField, setProperty
Methods inherited from class groovy.lang.MetaProperty
getGetterName, getName, getSetterName, getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.MetaMember
isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isSynthetic
-
Constructor Details
-
MixinInstanceMetaProperty
-