Uses of Interface
com.sun.source.doctree.CommentTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of CommentTree in com.sun.source.doctree
Modifier and TypeMethodDescriptionDocTreeVisitor.visitComment(CommentTree node, P p)
Visits a CommentTree node. -
Uses of CommentTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newCommentTree(String text)
Creates a newCommentTree
, to represent an HTML comment.Modifier and TypeMethodDescriptionDocTreeScanner.visitComment(CommentTree node, P p)
Visits a CommentTree node.SimpleDocTreeVisitor.visitComment(CommentTree node, P p)
Visits a CommentTree node.