Interface ParameterInfo

    • Method Detail

      • name

        String name()
        Returns the name of this parameter, if it is known. Method parameter names may not always be known, in which case a synthetic name of the form argN, where N is zero-based parameter position in the method declaration, is returned.
        Returns:
        the name of this parameter, or a synthetic name, never null
      • type

        Type type()
        Returns the type of this parameter.
        Returns:
        the type of this parameter, never null
      • declaringMethod

        MethodInfo declaringMethod()
        Returns the method that declares this parameter.
        Returns:
        the method that declares this parameter, never null