Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTMethodDeclaration
-
Packages that use ASTMethodDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.dfa net.sourceforge.pmd.lang.java.metrics.impl.internal net.sourceforge.pmd.lang.java.metrics.impl.visitors net.sourceforge.pmd.lang.java.qname net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.rule.design net.sourceforge.pmd.lang.java.rule.documentation net.sourceforge.pmd.lang.java.rule.errorprone net.sourceforge.pmd.lang.java.rule.multithreading net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.symboltable -
-
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectJavaParserDecoratedVisitor. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectJavaParserVisitor. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectJavaParserVisitorAdapter. visit(ASTMethodDeclaration node, Object data)ObjectJavaParserVisitorDecorator. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectJavaParserVisitorReducedAdapter. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.dfa
Methods in net.sourceforge.pmd.lang.java.dfa with parameters of type ASTMethodDeclaration Modifier and Type Method Description voidVariableAccessVisitor. compute(ASTMethodDeclaration node)ObjectDataFlowFacade. visit(ASTMethodDeclaration node, Object data)ObjectJavaDFAGraphRule. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.metrics.impl.internal
Methods in net.sourceforge.pmd.lang.java.metrics.impl.internal with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectNcssVisitor. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.metrics.impl.visitors
Methods in net.sourceforge.pmd.lang.java.metrics.impl.visitors with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectNcssBaseVisitor. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectTccAttributeAccessCollector. visit(ASTMethodDeclaration node, Object data)Deprecated. -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.qname
Methods in net.sourceforge.pmd.lang.java.qname with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectQualifiedNameResolver. visit(ASTMethodDeclaration node, Object data)Deprecated. -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTMethodDeclaration Modifier and Type Method Description booleanAbstractJUnitRule. isJUnitMethod(ASTMethodDeclaration method, Object data)ObjectAbstractJavaMetricsRule. visit(ASTMethodDeclaration node, Object data)ObjectAbstractJavaRule. visit(ASTMethodDeclaration node, Object data)ObjectUselessAssignment. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectArrayIsStoredDirectlyRule. visit(ASTMethodDeclaration node, Object data)ObjectCheckResultSetRule. visit(ASTMethodDeclaration node, Object data)ObjectJUnitTestsShouldIncludeAssertRule. visit(ASTMethodDeclaration method, Object data)ObjectJUnitUseExpectedRule. visit(ASTMethodDeclaration node, Object data)ObjectMethodReturnsInternalArrayRule. visit(ASTMethodDeclaration method, Object data)ObjectMissingOverrideRule. visit(ASTMethodDeclaration node, Object data)ObjectUnusedFormalParameterRule. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectCommentDefaultAccessModifierRule. visit(ASTMethodDeclaration decl, Object data)ObjectLinguisticNamingRule. visit(ASTMethodDeclaration node, Object data)ObjectMethodArgumentCouldBeFinalRule. visit(ASTMethodDeclaration meth, Object data)ObjectMethodNamingConventionsRule. visit(ASTMethodDeclaration node, Object data)ObjectOnlyOneReturnRule. visit(ASTMethodDeclaration node, Object data)ObjectUnnecessaryLocalBeforeReturnRule. visit(ASTMethodDeclaration meth, Object data)ObjectUnnecessaryModifierRule. visit(ASTMethodDeclaration node, Object data)ObjectUnnecessaryReturnRule. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectLawOfDemeterRule. visit(ASTMethodDeclaration node, Object data)That's a new method.ObjectNcssMethodCountRule. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectNcssTypeCountRule. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectSignatureDeclareThrowsExceptionRule. visit(ASTMethodDeclaration methodDeclaration, Object o)ObjectSimplifyBooleanReturnsRule. visit(ASTMethodDeclaration node, Object data)ObjectStdCyclomaticComplexityRule. visit(ASTMethodDeclaration node, Object data)Deprecated.ObjectUselessOverridingMethodRule. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.documentation
Methods in net.sourceforge.pmd.lang.java.rule.documentation with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectCommentRequiredRule. visit(ASTMethodDeclaration decl, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectCloneMethodMustImplementCloneableRule. visit(ASTMethodDeclaration node, Object data)ObjectCloseResourceRule. visit(ASTMethodDeclaration node, Object data)ObjectConstructorCallsOverridableMethodRule. visit(ASTMethodDeclaration node, Object data)Create a MethodHolder to hold the method.ObjectDataflowAnomalyAnalysisRule. visit(ASTMethodDeclaration methodDeclaration, Object data)ObjectSingletonClassReturningNewInstanceRule. visit(ASTMethodDeclaration node, Object data)ObjectSuspiciousHashcodeMethodNameRule. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.multithreading
Methods in net.sourceforge.pmd.lang.java.rule.multithreading with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectDoubleCheckedLockingRule. visit(ASTMethodDeclaration node, Object data)ObjectNonThreadSafeSingletonRule. visit(ASTMethodDeclaration node, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectUseStringBufferLengthRule. visit(ASTMethodDeclaration acu, Object data) -
Uses of ASTMethodDeclaration in net.sourceforge.pmd.lang.java.symboltable
Methods in net.sourceforge.pmd.lang.java.symboltable with parameters of type ASTMethodDeclaration Modifier and Type Method Description ObjectScopeAndDeclarationFinder. visit(ASTMethodDeclaration node, Object data)
-