Class JigsawAccessibleMethodInvoker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.invoke.MethodHandle handle  
      private boolean isStatic  
    • Constructor Summary

      Constructors 
      Constructor Description
      JigsawAccessibleMethodInvoker​(java.lang.invoke.MethodHandles.Lookup theLookup, java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object receiver, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • handle

        private java.lang.invoke.MethodHandle handle
      • isStatic

        private boolean isStatic
    • Constructor Detail

      • JigsawAccessibleMethodInvoker

        public JigsawAccessibleMethodInvoker​(java.lang.invoke.MethodHandles.Lookup theLookup,
                                             java.lang.reflect.Method method)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object receiver,
                                       java.lang.Object[] args)
        Specified by:
        invoke in interface AccessibleMethodInvoker