Uses of Interface
com.sun.source.doctree.ThrowsTree
- 
Packages that use ThrowsTree Package Description com.sun.source.doctree Provides interfaces to represent documentation comments as abstract syntax trees (AST).com.sun.source.util Provides utilities for operations on abstract syntax trees (AST).
- 
- 
Uses of ThrowsTree in com.sun.source.doctreeMethods in com.sun.source.doctree with parameters of type ThrowsTree Modifier and Type Method Description RDocTreeVisitor. visitThrows(ThrowsTree node, P p)Visits a ThrowsTree node.
- 
Uses of ThrowsTree in com.sun.source.utilMethods in com.sun.source.util that return ThrowsTree Modifier and Type Method Description ThrowsTreeDocTreeFactory. newExceptionTree(ReferenceTree name, List<? extends DocTree> description)Create a newExceptionTreeobject, to represent an@exceptiontag.ThrowsTreeDocTreeFactory. newThrowsTree(ReferenceTree name, List<? extends DocTree> description)Create a newThrowsTreeobject, to represent a@throwstag.Methods in com.sun.source.util with parameters of type ThrowsTree Modifier and Type Method Description RDocTreeScanner. visitThrows(ThrowsTree node, P p)Visits a ThrowsTree node.RSimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)Visits a ThrowsTree node.
 
-