- All Superinterfaces:
ElementInfo
Describes a method element.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.pico.api.ElementInfo
ElementInfo.Access, ElementInfo.ElementKind -
Field Summary
Fields inherited from interface io.helidon.pico.api.ElementInfo
CONSTRUCTOR -
Method Summary
Modifier and TypeMethodDescriptionProvides information for each parameter to the method.The list of "throws" that the method throws.Methods inherited from interface io.helidon.pico.api.ElementInfo
access, annotations, elementArgs, elementKind, elementName, elementOffset, elementTypeName, qualifiers, serviceTypeName, staticDeclaration
-
Method Details
-
throwableTypeNames
The list of "throws" that the method throws. Applies only toElementInfo.ElementKind.METHODelement 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
-