Interface ParameterList.ForLoadedExecutable.Dispatcher

    • Method Detail

      • getParameterCount

        int getParameterCount​(java.lang.Object executable)
        Returns the amount of parameters of a given executable..
        Parameters:
        executable - The executable for which the amount of parameters should be found.
        Returns:
        The amount of parameters of the given executable.
      • describe

        ParameterList<ParameterDescription.InDefinedShape> describe​(java.lang.reflect.Constructor<?> constructor)
        Describes a Constructor's parameters of the given VM.
        Parameters:
        constructor - The constructor for which the parameters should be described.
        Returns:
        A list describing the constructor's parameters.
      • describe

        ParameterList<ParameterDescription.InDefinedShape> describe​(java.lang.reflect.Method method)
        Describes a Method's parameters of the given VM.
        Parameters:
        method - The method for which the parameters should be described.
        Returns:
        A list describing the method's parameters.