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