Uses of Interface
com.sun.source.doctree.UsesTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
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
Modifier and TypeMethodDescriptionDocTreeFactory.newUsesTree
(ReferenceTree name, List<? extends DocTree> description) Creates a newUsesTree
object, to represent a@uses
tag.