Uses of Interface
com.sun.source.doctree.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.doctree
Modifier and TypeMethodDescriptionDocTreeVisitor.visitAuthor
(AuthorTree node, P p) Visits anAuthorTree
node. -
Uses of AuthorTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newAuthorTree
(List<? extends DocTree> name) Creates a newAuthorTree
object, to represent an@author
tag.Modifier and TypeMethodDescriptionDocTreeScanner.visitAuthor
(AuthorTree node, P p) Visits anAuthorTree
node.SimpleDocTreeVisitor.visitAuthor
(AuthorTree node, P p) Visits anAuthorTree
node.