Interface JInvokable

    • Method Detail

      • getParameters

        JParameter[] getParameters()

        Returns representations of the parameters taken by this method. Returns an array of length 0 if the method takes no parameters.

      • getExceptionTypes

        JClass[] getExceptionTypes()

        Returns representations of the type of each of the exceptions which can be thrown by this method. Returns an array of length 0 if the method throws no exceptions.