org.codehaus.groovy.runtime.metaclass
Class MixinInstanceMetaProperty

java.lang.Object
  extended by groovy.lang.MetaProperty
      extended by groovy.lang.MetaBeanProperty
          extended by org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty

public class MixinInstanceMetaProperty
extends MetaBeanProperty

MetaProperty for mixed in classes


Field Summary
 
Fields inherited from class groovy.lang.MetaProperty
name, PROPERTY_SET_PREFIX, type
 
Constructor Summary
MixinInstanceMetaProperty(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
 

Constructor Detail

MixinInstanceMetaProperty

public MixinInstanceMetaProperty(MetaProperty property,
                                 MixinInMetaClass mixinInMetaClass)

Copyright © 2003-2009 The Codehaus. All rights reserved.