Uses of Interface
com.sun.source.doctree.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
Modifier and TypeMethodDescriptionDocTreeVisitor.visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node. -
Uses of ThrowsTree in com.sun.source.util
Modifier 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.Modifier and TypeMethodDescriptionDocTreeScanner.visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node.SimpleDocTreeVisitor.visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node.