Uses of Interface
com.sun.source.doctree.UsesTree
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 UsesTree in com.sun.source.doctree
-
Uses of UsesTree in com.sun.source.util
Methods in com.sun.source.util that return UsesTree Modifier and Type Method Description UsesTree
DocTreeFactory. newUsesTree(ReferenceTree name, List<? extends DocTree> description)
Create a newUsesTree
object, to represent a@uses
tag.