Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTConstructorCall
-
Packages that use ASTConstructorCall Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.rule.performance -
-
Uses of ASTConstructorCall in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTConstructorCall Modifier and Type Method Description default R
JavaVisitor. visit(ASTConstructorCall node, P data)
R
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 ASTConstructorCall Modifier and Type Method Description Object
AccessorClassGenerationRule. visit(ASTConstructorCall node, Object data)
Object
PrimitiveWrapperInstantiationRule. visit(ASTConstructorCall node, Object data)
Object
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 ASTConstructorCall Modifier and Type Method Description Object
UnnecessaryBoxingRule. visit(ASTConstructorCall node, Object data)
Object
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 ASTConstructorCall Modifier and Type Method Description Object
AvoidInstantiatingObjectsInLoopsRule. visit(ASTConstructorCall node, Object data)
Object
BigIntegerInstantiationRule. visit(ASTConstructorCall node, Object data)
Object
InefficientStringBufferingRule. visit(ASTConstructorCall node, Object data)
Object
StringInstantiationRule. visit(ASTConstructorCall node, Object data)
-