Uses of Interface
com.sun.source.doctree.IdentifierTree
-
Packages that use IdentifierTree 软件包 描述 com.sun.source.doctree 提供用于将文档注释表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)的操作提供实用程序。 -
-
Uses of IdentifierTree in com.sun.source.doctree
Methods in com.sun.source.doctree that return IdentifierTree Modifier and Type 方法 描述 IdentifierTreeParamTree. getName()返回参数的名称。IdentifierTreeSerialFieldTree. getName()返回串行字段的名称。Methods in com.sun.source.doctree with parameters of type IdentifierTree Modifier and Type 方法 描述 RDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。 -
Uses of IdentifierTree in com.sun.source.util
Methods in com.sun.source.util that return IdentifierTree Modifier and Type 方法 描述 IdentifierTreeDocTreeFactory. newIdentifierTree(Name name)创建一个新的IdentifierTree对象,以表示一个标识符,如@param标签。Methods in com.sun.source.util with parameters of type IdentifierTree Modifier and Type 方法 描述 ParamTreeDocTreeFactory. newParamTree(boolean isTypeParameter, IdentifierTree name, List<? extends DocTree> description)创建一个新的ParamTree对象,以表示一个@param标签。SerialFieldTreeDocTreeFactory. newSerialFieldTree(IdentifierTree name, ReferenceTree type, List<? extends DocTree> description)创建一个新的SerialFieldTree对象,以表示一个@serialField标签。RDocTreeScanner. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。RSimpleDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。
-