接口的使用
com.sun.source.doctree.EntityTree
使用 EntityTree 的包
-
EntityTree 在 com.sun.source.doctree 中的用法
com.sun.source.doctree 中的方法,参数类型为 EntityTree -
EntityTree 在 com.sun.source.util 中的用法
com.sun.source.util 中返回 EntityTree 的方法com.sun.source.util 中的方法,参数类型为 EntityTree修饰符和类型方法描述abstract StringDocTrees.getCharacters(EntityTree tree) 返回包含给定实体树中实体字符的字符串,如果树不代表有效的字符系列,则返回null。DocTreeScanner.visitEntity(EntityTree node, P p) 访问EntityTree节点。SimpleDocTreeVisitor.visitEntity(EntityTree node, P p) 访问EntityTree节点。