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 变量和类型 方法 描述 IdentifierTreeParamTree. getName()返回参数的名称。IdentifierTreeSerialFieldTree. getName()返回串行字段的名称。Methods in com.sun.source.doctree with parameters of type IdentifierTree 变量和类型 方法 描述 RDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)访问IdentifierTree节点。 -
Uses of IdentifierTree in com.sun.source.util
Methods in com.sun.source.util that return IdentifierTree 变量和类型 方法 描述 IdentifierTreeDocTreeFactory. newIdentifierTree(Name name)创建一个新的IdentifierTree对象,以表示标识符,例如@param标记。Methods in com.sun.source.util with parameters of type IdentifierTree 变量和类型 方法 描述 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节点。
-