Uses of Interface
com.sun.source.doctree.AuthorTree
Packages that use AuthorTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
 trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
- 
Uses of AuthorTree in com.sun.source.doctreeMethods in com.sun.source.doctree with parameters of type AuthorTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitAuthor(AuthorTree node, P p) Visits anAuthorTreenode.
- 
Uses of AuthorTree in com.sun.source.utilMethods in com.sun.source.util that return AuthorTreeModifier and TypeMethodDescriptionDocTreeFactory.newAuthorTree(List<? extends DocTree> name) Creates a newAuthorTreeobject, to represent an@authortag.Methods in com.sun.source.util with parameters of type AuthorTreeModifier and TypeMethodDescriptionDocTreeScanner.visitAuthor(AuthorTree node, P p) Visits anAuthorTreenode.SimpleDocTreeVisitor.visitAuthor(AuthorTree node, P p) Visits anAuthorTreenode.