Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTConstructorCall
Packages that use ASTConstructorCall
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTConstructorCall in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTConstructorCallModifier and TypeMethodDescriptiondefault RJavaVisitor.visit(ASTConstructorCall node, P data) JavaVisitorBase.visit(ASTConstructorCall node, P data) -
Uses of ASTConstructorCall in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTConstructorCallModifier and TypeMethodDescriptionAccessorClassGenerationRule.visit(ASTConstructorCall node, Object data) PrimitiveWrapperInstantiationRule.visit(ASTConstructorCall node, Object data) UseEnumCollectionsRule.visit(ASTConstructorCall call, Object data) -
Uses of ASTConstructorCall in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTConstructorCallModifier and TypeMethodDescriptionUnnecessaryBoxingRule.visit(ASTConstructorCall node, Object data) UseDiamondOperatorRule.visit(ASTConstructorCall ctorCall, Object data) -
Uses of ASTConstructorCall in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTConstructorCallModifier and TypeMethodDescriptionAvoidInstantiatingObjectsInLoopsRule.visit(ASTConstructorCall node, Object data) BigIntegerInstantiationRule.visit(ASTConstructorCall node, Object data) InefficientStringBufferingRule.visit(ASTConstructorCall node, Object data) StringInstantiationRule.visit(ASTConstructorCall node, Object data)