Klasse CommentUtils.DocCommentInfo
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.CommentUtils.DocCommentInfo
- Umschließende Klasse:
CommentUtils
Info about a doc comment:
the position in the enclosing AST, and
the parsed doc comment itself.
The position in the AST is null for automatically generated comments, such as for Enum.values, Enum.valuesOf, and JavaFX properties.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungfinal DocCommentTree
The doc comment tree that is the root node of a parsed doc comment, or null if there is no comment.final TreePath
The position of the comment in the enclosing AST, or null for automatically generated comments. -
Konstruktorübersicht
-
Methodenübersicht
-
Felddetails
-
treePath
The position of the comment in the enclosing AST, or null for automatically generated comments. -
dcTree
The doc comment tree that is the root node of a parsed doc comment, or null if there is no comment.
-
-
Konstruktordetails
-
DocCommentInfo
-