Uses of Interface
com.sun.source.doctree.ThrowsTree
Packages that use ThrowsTree
包
描述
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 ThrowsTree -
Uses of ThrowsTree in com.sun.source.util
Methods in com.sun.source.util that return ThrowsTree修饰符和类方法描述DocTreeFactory.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 ThrowsTree修饰符和类方法描述DocTreeScanner.visitThrows
(ThrowsTree node, P p) Visits aThrowsTree
node.SimpleDocTreeVisitor.visitThrows
(ThrowsTree node, P p) Visits aThrowsTree
node.