Uses of Interface
com.sun.source.doctree.ReturnTree
Packages that use ReturnTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of ReturnTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type ReturnTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node. -
Uses of ReturnTree in com.sun.source.util
Methods in com.sun.source.util that return ReturnTreeModifier and TypeMethodDescriptiondefault ReturnTree
DocTreeFactory.newReturnTree
(boolean isInline, List<? extends DocTree> description) Creates a newReturnTree
object, to represent a@return
tag or{@return}
tag.DocTreeFactory.newReturnTree
(List<? extends DocTree> description) Creates a newReturnTree
object, to represent a@return
tag.Methods in com.sun.source.util with parameters of type ReturnTreeModifier and TypeMethodDescriptionDocTreeScanner.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node.SimpleDocTreeVisitor.visitReturn
(ReturnTree node, P p) Visits aReturnTree
node.