Class PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce

  • All Implemented Interfaces:
    CallSite
    Enclosing class:
    PogoMetaMethodSite

    public static class PogoMetaMethodSite.PogoMetaMethodSiteNoUnwrapNoCoerce
    extends PogoMetaMethodSite
    Call site where we know there is no need neither unwrap nor coerce arguments
    • Constructor Detail

      • PogoMetaMethodSiteNoUnwrapNoCoerce

        public PogoMetaMethodSiteNoUnwrapNoCoerce​(CallSite site,
                                                  MetaClassImpl metaClass,
                                                  MetaMethod metaMethod,
                                                  java.lang.Class[] params)
    • Method Detail

      • invoke

        public final java.lang.Object invoke​(java.lang.Object receiver,
                                             java.lang.Object[] args)
                                      throws java.lang.Throwable
        Overrides:
        invoke in class PogoMetaMethodSite
        Throws:
        java.lang.Throwable