[Java] Class MixinInstanceMetaMethod

  • org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaMethod

MetaMethod for mixed in classes

Constructor Detail

public MixinInstanceMetaMethod(MetaMethod method, MixinInMetaClass mixinInMetaClass)

Method Detail

public CachedClass getDeclaringClass()

public int getModifiers()

public String getName()

protected Class[] getPT()

public Class getReturnType()

public Object invoke(Object object, Object[] arguments)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/metaclass/MixinInstanceMetaMethod.html