Uses of Interface
com.sun.source.doctree.CommentTree
Packages that use 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
Methods in com.sun.source.doctree with parameters of type CommentTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitComment
(CommentTree node, P p) Visits aCommentTree
node. -
Uses of CommentTree in com.sun.source.util
Methods in com.sun.source.util that return CommentTreeModifier and TypeMethodDescriptionDocTreeFactory.newCommentTree
(String text) Creates a newCommentTree
, to represent an HTML comment.Methods in com.sun.source.util with parameters of type CommentTreeModifier and TypeMethodDescriptionDocTreeScanner.visitComment
(CommentTree node, P p) Visits aCommentTree
node.SimpleDocTreeVisitor.visitComment
(CommentTree node, P p) Visits aCommentTree
node.