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 RJavaVisitor. visit(ASTThrowStatement node, P data)RJavaVisitorBase. 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 ObjectAvoidThrowingNullPointerExceptionRule. visit(ASTThrowStatement throwStmt, Object data)ObjectExceptionAsFlowControlRule. visit(ASTThrowStatement node, Object data)
-