Class ConstructorSite.ConstructorSiteNoUnwrap

All Implemented Interfaces:
CallSite
Enclosing class:
ConstructorSite

public static class ConstructorSite.ConstructorSiteNoUnwrap
extends ConstructorSite
Call site where we know there is no need to unwrap arguments
  • Constructor Details

  • Method Details

    • callConstructor

      public final java.lang.Object callConstructor​(java.lang.Object receiver, java.lang.Object[] args) throws java.lang.Throwable
      Specified by:
      callConstructor in interface CallSite
      Overrides:
      callConstructor in class ConstructorSite
      Throws:
      java.lang.Throwable