[Java] Class ConstructorSiteNoUnwrap

  • org.codehaus.groovy.runtime.callsite.ConstructorSite.ConstructorSiteNoUnwrap

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

Constructor Detail

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

Method Detail

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