Uses of Interface
com.sun.source.doctree.InheritDocTree JAVA
Packages that use InheritDocTree
Package
Description
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 InheritDocTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node. -
Uses of InheritDocTree in com.sun.source.util
Methods in com.sun.source.util that return InheritDocTreeModifier and TypeMethodDescriptionDocTreeFactory.newInheritDocTree()
Creates a newInheritDocTree
object, to represent an{@inheritDoc}
tag.default InheritDocTree
DocTreeFactory.newInheritDocTree
(ReferenceTree supertype) Creates a newInheritDocTree
object, to represent an{@inheritDoc}
tag.Methods in com.sun.source.util with parameters of type InheritDocTreeModifier and TypeMethodDescriptionDocTreeScanner.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node.SimpleDocTreeVisitor.visitInheritDoc
(InheritDocTree node, P p) Visits anInheritDocTree
node.