Uses of Enum Class
javax.lang.model.util.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
Modifier 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
Modifier and TypeClassDescriptionstatic enum
The kind of documentation comment.Modifier 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.