Class MixinInstanceMetaProperty
java.lang.Object
groovy.lang.MetaProperty
groovy.lang.MetaBeanProperty
org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty
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
-
Constructor Details
-
MixinInstanceMetaProperty
-