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
Methods in com.sun.source.doctree with parameters of type UsesTree Modifier and Type Method Description RDocTreeVisitor. visitUses(UsesTree node, P p)Visits a UsesTree node. -
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.Methods in com.sun.source.util with parameters of type UsesTree Modifier and Type Method Description RDocTreeScanner. visitUses(UsesTree node, P p)Visits a UsesTree node.RSimpleDocTreeVisitor. visitUses(UsesTree node, P p)Visits a UsesTree node.
-