Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTThrowStatement
-
Packages that use ASTThrowStatement Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.design -
-
Uses of ASTThrowStatement in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTThrowStatement Modifier and Type Method Description default R
JavaVisitor. visit(ASTThrowStatement node, P data)
R
JavaVisitorBase. visit(ASTThrowStatement node, P data)
-
Uses of ASTThrowStatement in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTThrowStatement Modifier and Type Method Description Object
AvoidThrowingNullPointerExceptionRule. visit(ASTThrowStatement throwStmt, Object data)
Object
ExceptionAsFlowControlRule. visit(ASTThrowStatement node, Object data)
-