| Package | Description | 
|---|---|
| com.sun.source.doctree | Provides interfaces to represent documentation comments as abstract syntax
 trees (AST). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AuthorTreeA tree node for an @author block tag. | 
| interface  | DeprecatedTreeA tree node for an @deprecated block tag. | 
| interface  | ParamTreeA tree node for an @param block tag. | 
| interface  | ReturnTreeA tree node for an @return block tag. | 
| interface  | SeeTreeA tree node for an @see block tag. | 
| interface  | SerialDataTreeA tree node for an @serialData block tag. | 
| interface  | SerialFieldTreeA tree node for an @serialData block tag. | 
| interface  | SerialTreeA tree node for an @serial block tag. | 
| interface  | SinceTreeA tree node for an @since block tag. | 
| interface  | ThrowsTreeA tree node for an @exception or @throws block tag. | 
| interface  | UnknownBlockTagTreeA tree node for an unrecognized inline tag. | 
| interface  | VersionTreeA tree node for an @version block tag. | 
 Copyright © 2005, 2017, Oracle and/or its affiliates.  All rights reserved.