Uses of Interface
com.sun.source.doctree.DeprecatedTree
Packages that use DeprecatedTree
包
描述
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 DeprecatedTree -
Uses of DeprecatedTree in com.sun.source.util
Methods in com.sun.source.util that return DeprecatedTree修饰符和类方法描述DocTreeFactory.newDeprecatedTree
(List<? extends DocTree> text) Creates a newDeprecatedTree
object, to represent an@deprecated
tag.Methods in com.sun.source.util with parameters of type DeprecatedTree修饰符和类方法描述DocTreeScanner.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node.SimpleDocTreeVisitor.visitDeprecated
(DeprecatedTree node, P p) Visits aDeprecatedTree
node.