[Java] Class StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap

  • org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
public static class StaticMetaMethodSite.StaticMetaMethodSiteNoUnwrap
extends StaticMetaMethodSite

Call site where we know there is no need to unwrap arguments

Constructor Detail

public StaticMetaMethodSiteNoUnwrap(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)

Method Detail

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