[Java] Class StaticMetaClassSite

  • org.codehaus.groovy.runtime.callsite.StaticMetaClassSite

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

Authors:
Alex Tkachman

Constructor Detail

public StaticMetaClassSite(CallSite site, MetaClass metaClass)

Method Detail

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

public final Object callStatic(Class receiver, Object[] args)

© 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/callsite/StaticMetaClassSite.html