All Superinterfaces:
AnnotatedElement, ParameterizedType
All Known Implementing Classes:
ParameterImpl

public interface Parameter extends AnnotatedElement, ParameterizedType
Denote a parameter to a method
Author:
Jerome Dochez
  • Method Details

    • getMethod

      MethodModel getMethod()
      Parameters of a method are ordered based on the method declaration.
      Returns:
      the method declaring this parameter
    • getIndex

      int getIndex()
      Returns the parameter index
      Returns:
      parameter index