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 RJavaVisitor. visit(ASTConstructorCall node, P data)RJavaVisitorBase. 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 ObjectAccessorClassGenerationRule. visit(ASTConstructorCall node, Object data)ObjectPrimitiveWrapperInstantiationRule. visit(ASTConstructorCall node, Object data)ObjectUseEnumCollectionsRule. 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 ObjectUnnecessaryBoxingRule. visit(ASTConstructorCall node, Object data)ObjectUseDiamondOperatorRule. 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 ObjectAvoidInstantiatingObjectsInLoopsRule. visit(ASTConstructorCall node, Object data)ObjectBigIntegerInstantiationRule. visit(ASTConstructorCall node, Object data)ObjectInefficientStringBufferingRule. visit(ASTConstructorCall node, Object data)ObjectStringInstantiationRule. visit(ASTConstructorCall node, Object data)
-