接口的使用
com.sun.source.doctree.IndexTree
使用 IndexTree 的包
-
IndexTree 在 com.sun.source.doctree 中的用法
com.sun.source.doctree 中的方法,参数类型为 IndexTree -
IndexTree 在 com.sun.source.util 中的用法
com.sun.source.util 中返回 IndexTree 的方法修饰符和类型方法描述DocTreeFactory.newIndexTree(DocTree term, List<? extends DocTree> description) 创建一个新的IndexTree对象,代表一个{@index }标签。com.sun.source.util 中的方法,参数类型为 IndexTree修饰符和类型方法描述DocTreeScanner.visitIndex(IndexTree node, P p) 访问IndexTree节点。SimpleDocTreeVisitor.visitIndex(IndexTree node, P p) 访问IndexTree节点。