Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTMethodCall
Packages that use ASTMethodCall
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTMethodCall in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTMethodCallModifier and TypeMethodDescriptiondefault RJavaVisitor.visit(ASTMethodCall node, P data) JavaVisitorBase.visit(ASTMethodCall node, P data) -
Uses of ASTMethodCall in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTMethodCallModifier and TypeMethodDescriptionAccessorMethodGenerationRule.visit(ASTMethodCall node, Object data) CheckResultSetRule.visit(ASTMethodCall node, Object data) LiteralsFirstInComparisonsRule.visit(ASTMethodCall call, Object data) PrimitiveWrapperInstantiationRule.visit(ASTMethodCall node, Object data) Finds calls of "Boolean.valueOf".RelianceOnDefaultCharsetRule.visit(ASTMethodCall node, Object data) SimplifiableTestAssertionRule.visit(ASTMethodCall node, Object data) UnitTestAssertionsShouldIncludeMessageRule.visit(ASTMethodCall node, Object data) UseCollectionIsEmptyRule.visit(ASTMethodCall call, Object data) -
Uses of ASTMethodCall in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTMethodCallModifier and TypeMethodDescriptionUnnecessaryBoxingRule.visit(ASTMethodCall node, Object data) UnnecessaryImportRule.visit(ASTMethodCall node, Object data) -
Uses of ASTMethodCall in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTMethodCall -
Uses of ASTMethodCall in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTMethodCallModifier and TypeMethodDescriptionCheckSkipResultRule.visit(ASTMethodCall call, Object data) CloseResourceRule.visit(ASTMethodCall node, Object data) CollectionTypeMismatchRule.visit(ASTMethodCall node, Object data) InvalidLogMessageFormatRule.visit(ASTMethodCall call, Object data) UnnecessaryCaseChangeRule.visit(ASTMethodCall node, Object data) UselessOperationOnImmutableRule.visit(ASTMethodCall node, Object data) -
Uses of ASTMethodCall in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTMethodCallModifier and TypeMethodDescriptionInefficientEmptyStringCheckRule.visit(ASTMethodCall call, Object data) InefficientStringBufferingRule.visit(ASTMethodCall node, Object data) UseIndexOfCharRule.visit(ASTMethodCall node, Object data) UselessStringValueOfRule.visit(ASTMethodCall node, Object data)