Uses of Interface
com.sun.source.doctree.UsesTree
Packages that use 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
Methods in com.sun.source.doctree with parameters of type UsesTree -
Uses of UsesTree in com.sun.source.util
Methods in com.sun.source.util that return UsesTreeModifier and TypeMethodDescriptionDocTreeFactory.newUsesTree
(ReferenceTree name, List<? extends DocTree> description) Creates a newUsesTree
object, to represent a@uses
tag.Methods in com.sun.source.util with parameters of type UsesTree