Uses of Interface
com.sun.source.doctree.InheritDocTree
Packages that use InheritDocTree
包
描述
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of InheritDocTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type InheritDocTree -
Uses of InheritDocTree in com.sun.source.util
Methods in com.sun.source.util that return InheritDocTree修饰符和类方法描述DocTreeFactory.newInheritDocTree()
Creates a newInheritDocTree
object, to represent an{@inheritDoc}
tag.Methods in com.sun.source.util with parameters of type InheritDocTree修饰符和类方法描述DocTreeScanner.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node.SimpleDocTreeVisitor.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node.