Class ConstructorMetaMethodSite

  • All Implemented Interfaces:
    CallSite

    public class ConstructorMetaMethodSite
    extends MetaMethodSite
    Call site for invoking static methods meta class - cached method - not cached
    • Constructor Detail

    • Method Detail

      • invoke

        public final java.lang.Object invoke​(java.lang.Object receiver,
                                             java.lang.Object[] args)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • 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 AbstractCallSite
        Throws:
        java.lang.Throwable