[Java] Class ConstructorMetaMethodSite

  • org.codehaus.groovy.runtime.callsite.ConstructorMetaMethodSite

Call site for invoking static methods meta class - cached method - not cached

Constructor Detail

public ConstructorMetaMethodSite(CallSite site, MetaClassImpl metaClass, MetaMethod method, Class[] params)

Method Detail

public final Object callConstructor(Object receiver, Object[] args)

public final Object invoke(Object receiver, Object[] args)

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