[Java] Class ConstructorSite.ConstructorSiteNoUnwrap

  • org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrap
public static class ConstructorSite.ConstructorSiteNoUnwrap
extends ConstructorSite

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

Constructor Detail

public ConstructorSiteNoUnwrap(CallSite site, MetaClassImpl metaClass, CachedConstructor constructor, Class[] params)

Method Detail

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