Uses of Interface
com.sun.source.doctree.DeprecatedTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of DeprecatedTree in com.sun.source.doctree
Modifier and TypeMethodDescriptionDocTreeVisitor.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node. -
Uses of DeprecatedTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newDeprecatedTree
(List<? extends DocTree> text) Creates a newDeprecatedTree
object, to represent an@deprecated
tag.Modifier and TypeMethodDescriptionDocTreeScanner.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node.SimpleDocTreeVisitor.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node.