Class ASTThrowsList

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.AbstractNode<net.sourceforge.pmd.lang.java.ast.AbstractJavaNode,JavaNode>
net.sourceforge.pmd.lang.ast.impl.javacc.AbstractJjtreeNode<net.sourceforge.pmd.lang.java.ast.AbstractJavaNode,JavaNode>
net.sourceforge.pmd.lang.java.ast.ASTList<ASTClassType>
net.sourceforge.pmd.lang.java.ast.ASTThrowsList
All Implemented Interfaces:
Iterable<ASTClassType>, GenericNode<JavaNode>, JjtreeNode<JavaNode>, Node, TextAvailableNode, JavaNode, Reportable

public final class ASTThrowsList extends ASTList<ASTClassType>
Throws clause of an ASTConstructorDeclaration or ASTMethodDeclaration.

 ThrowsList ::= "throws" ClassType ("," ClassType)*