Uses of Interface
com.sun.source.doctree.ThrowsTree
Packages that use ThrowsTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of ThrowsTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type ThrowsTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node. -
Uses of ThrowsTree in com.sun.source.util
Methods in com.sun.source.util that return ThrowsTreeModifier and TypeMethodDescriptionDocTreeFactory.newExceptionTree(ReferenceTree name, List<? extends DocTree> description)
Creates a newThrowsTree
object, to represent an@exception
tag.DocTreeFactory.newThrowsTree(ReferenceTree name, List<? extends DocTree> description)
Creates a newThrowsTree
object, to represent a@throws
tag.Methods in com.sun.source.util with parameters of type ThrowsTreeModifier and TypeMethodDescriptionDocTreeScanner.visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node.SimpleDocTreeVisitor.visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node.