[Java] Class ConstructorSiteNoUnwrapNoCoerce

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

Call site where we know there is no need neither unwrap nor coerce arguments

Constructor Detail

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

Method Detail

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