Interface MethodElementInfo

All Superinterfaces:
ElementInfo

public interface MethodElementInfo extends ElementInfo
Describes a method element.
  • Method Details

    • throwableTypeNames

      List<String> throwableTypeNames()
      The list of "throws" that the method throws. Applies only to ElementInfo.ElementKind.METHOD element types.
      Returns:
      the list of throwable types this method may throw
    • parameterInfo

      List<ElementInfo> parameterInfo()
      Provides information for each parameter to the method.
      Returns:
      parameter info