Uses of Interface
com.sun.source.doctree.LinkTree
| Package | Description | 
|---|---|
| com.sun.source.doctree | Provides interfaces to represent documentation comments as abstract syntax
 trees (AST). | 
| com.sun.source.util | Provides utilities for operations on abstract syntax trees (AST). | 
- 
Uses of LinkTree in com.sun.source.doctree
- 
Uses of LinkTree in com.sun.source.utilMethods in com.sun.source.util that return LinkTree Modifier and Type Method Description LinkTreeDocTreeFactory. newLinkPlainTree(ReferenceTree ref, List<? extends DocTree> label)Create a newLinkPlainTreeobject, to represent a{@linkplain }tag.LinkTreeDocTreeFactory. newLinkTree(ReferenceTree ref, List<? extends DocTree> label)Create a newLinkTreeobject, to represent a{@link }tag.