Uses of Enum Class
javax.lang.model.util.Elements.DocCommentKind
Packages that use Elements.DocCommentKind
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
Utilities to assist in the processing of
program elements and
types.
-
Uses of Elements.DocCommentKind in com.sun.source.util
Methods in com.sun.source.util that return Elements.DocCommentKindModifier and TypeMethodDescriptionabstract Elements.DocCommentKind
DocTrees.getDocCommentKind
(TreePath path) Returns the style of the documentation comment associated with a tree node. -
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.