接口的使用
com.sun.source.doctree.IdentifierTree
使用 IdentifierTree 的包
-
IdentifierTree 在 com.sun.source.doctree 中的用法
com.sun.source.doctree 中返回 IdentifierTree 的方法com.sun.source.doctree 中的方法,参数类型为 IdentifierTree -
IdentifierTree 在 com.sun.source.util 中的用法
com.sun.source.util 中返回 IdentifierTree 的方法修饰符和类型方法描述DocTreeFactory.newIdentifierTree(Name name) 创建一个新的IdentifierTree对象,以表示标识符,例如在@param标记中。com.sun.source.util 中的方法,参数类型为 IdentifierTree修饰符和类型方法描述DocTreeFactory.newParamTree(boolean isTypeParameter, IdentifierTree name, List<? extends DocTree> description) 创建一个新的ParamTree对象,代表一个@param标签。DocTreeFactory.newSerialFieldTree(IdentifierTree name, ReferenceTree type, List<? extends DocTree> description) 创建一个新的SerialFieldTree对象,代表一个@serialField标签。DocTreeScanner.visitIdentifier(IdentifierTree node, P p) 访问IdentifierTree节点。SimpleDocTreeVisitor.visitIdentifier(IdentifierTree node, P p) 访问IdentifierTree节点。