[Java] Class TransformMetaMethod

  • org.codehaus.groovy.runtime.metaclass.TransformMetaMethod

A MetaMethod implementation useful for implementing coercion based invocations

Authors:
James Strachan

Constructor Detail

public TransformMetaMethod(MetaMethod metaMethod)

Method Detail

public CachedClass getDeclaringClass()

public int getModifiers()

public String getName()

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/TransformMetaMethod.html