Uses of Interface
com.sun.source.doctree.InheritDocTree
-
Packages that use InheritDocTree 软件包 描述 com.sun.source.doctree 提供用于将文档注释表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)的操作提供实用程序。 -
-
Uses of InheritDocTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type InheritDocTree Modifier and Type 方法 描述 RDocTreeVisitor. visitInheritDoc(InheritDocTree node, P p)访问InheritDocTree节点。 -
Uses of InheritDocTree in com.sun.source.util
Methods in com.sun.source.util that return InheritDocTree Modifier and Type 方法 描述 InheritDocTreeDocTreeFactory. newInheritDocTree()创建一个新的InheritDocTree对象,以表示一个{@inheritDoc}标签。Methods in com.sun.source.util with parameters of type InheritDocTree Modifier and Type 方法 描述 RDocTreeScanner. visitInheritDoc(InheritDocTree node, P p)访问InheritDocTree节点。RSimpleDocTreeVisitor. visitInheritDoc(InheritDocTree node, P p)访问InheritDocTree节点。
-