Uses of Interface
com.sun.source.doctree.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
Modifier and TypeMethodDescriptionDocTreeVisitor.visitInheritDoc(InheritDocTree node, P p)
Visits an InheritDocTree node. -
Uses of InheritDocTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newInheritDocTree()
Creates a newInheritDocTree
object, to represent an{@inheritDoc}
tag.Modifier and TypeMethodDescriptionDocTreeScanner.visitInheritDoc(InheritDocTree node, P p)
Visits an InheritDocTree node.SimpleDocTreeVisitor.visitInheritDoc(InheritDocTree node, P p)
Visits an InheritDocTree node.