Groovy 1.7.0

org.codehaus.groovy.runtime.metaclass
Class MixinInstanceMetaProperty

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

class MixinInstanceMetaProperty
extends MetaBeanProperty

MetaProperty for mixed in classes


Field Summary
 
Fields inherited from class MetaProperty
name, type
 
Constructor Summary
MixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass)

 
Method Summary
 
Methods inherited from class MetaBeanProperty
getField, getGetter, getModifiers, getProperty, getSetter, setField, setGetter, setProperty, setSetter
 
Methods inherited from class MetaProperty
getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

MixinInstanceMetaProperty

public MixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass)


 

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