Uses of Interface
com.sun.source.doctree.CommentTree
Packages that use CommentTree
包
描述
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 CommentTree -
Uses of CommentTree in com.sun.source.util
Methods in com.sun.source.util that return CommentTree修饰符和类方法描述DocTreeFactory.newCommentTree
(String text) Creates a newCommentTree
, to represent an HTML comment.Methods in com.sun.source.util with parameters of type CommentTree修饰符和类方法描述DocTreeScanner.visitComment
(CommentTree node, P p) Visits aCommentTree
node.SimpleDocTreeVisitor.visitComment
(CommentTree node, P p) Visits aCommentTree
node.