Uses of Interface
com.sun.source.doctree.ThrowsTree Java DOCS
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 aThrowsTreenode. -
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 newThrowsTreeobject, to represent an@exceptiontag.DocTreeFactory.newThrowsTree(ReferenceTree name, List<? extends DocTree> description) Creates a newThrowsTreeobject, to represent a@throwstag.Methods in com.sun.source.util with parameters of type ThrowsTreeModifier and TypeMethodDescriptionDocTreeScanner.visitThrows(ThrowsTree node, P p) Visits aThrowsTreenode.SimpleDocTreeVisitor.visitThrows(ThrowsTree node, P p) Visits aThrowsTreenode.