JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.sun.source.doctree.CommentTree
Packages that use
CommentTree
软件包
描述
com.sun.source.doctree
提供将文档注释表示为抽象语法树(AST)的接口。
com.sun.source.util
为抽象语法树(AST)上的操作提供实用程序。
Uses of
CommentTree
in
com.sun.source.doctree
Methods in
com.sun.source.doctree
with parameters of type
CommentTree
变量和类型
方法
描述
R
DocTreeVisitor.
visitComment
(
CommentTree
node,
P
p)
访问CommentTree节点。
Uses of
CommentTree
in
com.sun.source.util
Methods in
com.sun.source.util
that return
CommentTree
变量和类型
方法
描述
CommentTree
DocTreeFactory.
newCommentTree
(
String
text)
创建一个新的
CommentTree
,以表示HTML注释。
Methods in
com.sun.source.util
with parameters of type
CommentTree
变量和类型
方法
描述
R
DocTreeScanner.
visitComment
(
CommentTree
node,
P
p)
访问CommentTree节点。
R
SimpleDocTreeVisitor.
visitComment
(
CommentTree
node,
P
p)
访问CommentTree节点。