Class AccessibleMethod


  • public class AccessibleMethod
    extends java.lang.Object
    Accessible method implementation. Set accessibility == true for specified method and can invoke methods
    • Method Summary

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

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

      • invoke

        public java.lang.Object invoke​(java.lang.Object... args)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable