Uses of Interface
com.sun.source.doctree.UsesTree
-
Packages that use 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 UsesTreeDocTreeFactory. newUsesTree(ReferenceTree name, List<? extends DocTree> description)Create a newUsesTreeobject, to represent a@usestag.
-