[Java] Class PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap

  • org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap
public static class PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrap
extends PogoMetaMethodSite

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

Constructor Detail

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

Method Detail

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