Class ConstructorSite.ConstructorSiteNoUnwrapNoCoerce

java.lang.Object
All Implemented Interfaces:
CallSite
Direct Known Subclasses:
ConstructorSite.NoParamSite, ConstructorSite.NoParamSiteInnerClass
Enclosing class:
ConstructorSite

public static class ConstructorSite.ConstructorSiteNoUnwrapNoCoerce
extends ConstructorSite
Call site where we know there is no need neither unwrap nor coerce arguments
  • Constructor Details

  • Method Details

    • callConstructor

      public 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