Uses of Interface
com.sun.source.doctree.DocRootTree
-
Packages that use DocRootTree 软件包 描述 com.sun.source.doctree 提供将文档注释表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)上的操作提供实用程序。 -
-
Uses of DocRootTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type DocRootTree 变量和类型 方法 描述 RDocTreeVisitor. visitDocRoot(DocRootTree node, P p)访问DocRootTree节点。 -
Uses of DocRootTree in com.sun.source.util
Methods in com.sun.source.util that return DocRootTree 变量和类型 方法 描述 DocRootTreeDocTreeFactory. newDocRootTree()创建一个新的DocRootTree对象,以表示{@docroot}标记。Methods in com.sun.source.util with parameters of type DocRootTree 变量和类型 方法 描述 RDocTreeScanner. visitDocRoot(DocRootTree node, P p)访问DocRootTree节点。RSimpleDocTreeVisitor. visitDocRoot(DocRootTree node, P p)访问DocRootTree节点。
-