Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTThrowStatement
Packages that use ASTThrowStatement
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTThrowStatement in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTThrowStatementModifier and TypeMethodDescriptiondefault RJavaVisitor.visit(ASTThrowStatement node, P data) JavaVisitorBase.visit(ASTThrowStatement node, P data) -
Uses of ASTThrowStatement in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTThrowStatementModifier and TypeMethodDescriptionVariableCanBeInlinedRule.visit(ASTThrowStatement statement, Object 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 ASTThrowStatementModifier and TypeMethodDescriptionAvoidThrowingNullPointerExceptionRule.visit(ASTThrowStatement throwStmt, Object data) ExceptionAsFlowControlRule.visit(ASTThrowStatement node, Object data)