Uses of Interface
com.sun.source.doctree.DeprecatedTree Java DOCS
Packages that use 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
Methods in com.sun.source.doctree with parameters of type DeprecatedTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitDeprecated(DeprecatedTree node, P p) Visits aDeprecatedTreenode. -
Uses of DeprecatedTree in com.sun.source.util
Methods in com.sun.source.util that return DeprecatedTreeModifier and TypeMethodDescriptionDocTreeFactory.newDeprecatedTree(List<? extends DocTree> text) Creates a newDeprecatedTreeobject, to represent an@deprecatedtag.Methods in com.sun.source.util with parameters of type DeprecatedTreeModifier and TypeMethodDescriptionDocTreeScanner.visitDeprecated(DeprecatedTree node, P p) Visits aDeprecatedTreenode.SimpleDocTreeVisitor.visitDeprecated(DeprecatedTree node, P p) Visits aDeprecatedTreenode.