Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTCastExpression
Packages that use ASTCastExpression
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTCastExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTCastExpressionModifier and TypeMethodDescriptiondefault RJavaVisitor.visit(ASTCastExpression node, P data) JavaVisitorBase.visit(ASTCastExpression node, P data) -
Uses of ASTCastExpression in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTCastExpressionModifier and TypeMethodDescriptionUnnecessaryCastRule.visit(ASTCastExpression castExpr, Object data)