Uses of Enum Class
javax.lang.model.util.Elements.DocCommentKind
Packages that use Elements.DocCommentKind
-
Uses of Elements.DocCommentKind in javax.lang.model.util
Subclasses with type arguments of type Elements.DocCommentKind in javax.lang.model.utilModifier and TypeClassDescriptionstatic enum
The kind of documentation comment.Methods in javax.lang.model.util that return Elements.DocCommentKindModifier and TypeMethodDescriptiondefault Elements.DocCommentKind
Elements.getDocCommentKind
(Element e) Returns the kind of the documentation comment for the given element, ornull
if there is no comment or the kind is not known.static Elements.DocCommentKind
Returns the enum constant of this class with the specified name.static Elements.DocCommentKind[]
Elements.DocCommentKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.