Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTThrowsList
Packages that use ASTThrowsList
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTThrowsList in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTThrowsListModifier and TypeMethodDescriptiondefault @Nullable ASTThrowsListASTExecutableDeclaration.getThrowsList()Returns thethrowsclause of this declaration, or null if there is none.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTThrowsList -
Uses of ASTThrowsList in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTThrowsListModifier and TypeMethodDescriptionSignatureDeclareThrowsExceptionRule.visit(ASTThrowsList throwsList, Object o)