Klasse CommentUtils.DocCommentInfo

java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.CommentUtils.DocCommentInfo
Umschließende Klasse:
CommentUtils

public static class CommentUtils.DocCommentInfo extends Object
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.

  • Felddetails

    • treePath

      public final TreePath treePath
      The position of the comment in the enclosing AST, or null for automatically generated comments.
    • dcTree

      public final DocCommentTree dcTree
      The doc comment tree that is the root node of a parsed doc comment, or null if there is no comment.
  • Konstruktordetails