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.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 that return ASTMethodDeclaration Modifier and Type Method Description ASTMethodDeclaration
ASTMethodDeclarator. getParent()
Deprecated.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTMethodDeclaration Modifier and Type Method Description Object
JavaParserDecoratedVisitor. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
JavaParserVisitor. visit(ASTMethodDeclaration node, Object data)
Object
JavaParserVisitorAdapter. visit(ASTMethodDeclaration node, Object data)
Object
JavaParserVisitorDecorator. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
JavaParserVisitorReducedAdapter. visit(ASTMethodDeclaration node, Object data)
Deprecated. -
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 void
VariableAccessVisitor. compute(ASTMethodDeclaration node)
Deprecated.Object
DataFlowFacade. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
JavaDFAGraphRule. visit(ASTMethodDeclaration node, Object data)
Deprecated. -
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 Object
NcssBaseVisitor. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
TccAttributeAccessCollector. 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 Object
QualifiedNameResolver. 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 boolean
AbstractJUnitRule. isJUnitMethod(ASTMethodDeclaration method, Object data)
Deprecated.static boolean
AbstractJUnitRule. isTestMethod(ASTMethodDeclaration method)
Deprecated.Object
AbstractJavaMetricsRule. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
AbstractJavaRule. visit(ASTMethodDeclaration node, Object data)
Object
UselessAssignment. 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 Object
ArrayIsStoredDirectlyRule. visit(ASTMethodDeclaration node, Object data)
Object
CheckResultSetRule. visit(ASTMethodDeclaration node, Object data)
Object
JUnitTestsShouldIncludeAssertRule. visit(ASTMethodDeclaration method, Object data)
Object
MethodReturnsInternalArrayRule. visit(ASTMethodDeclaration method, Object data)
Object
MissingOverrideRule. visit(ASTMethodDeclaration node, Object data)
Object
UnusedFormalParameterRule. 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 Object
CommentDefaultAccessModifierRule. visit(ASTMethodDeclaration decl, Object data)
Object
LinguisticNamingRule. visit(ASTMethodDeclaration node, Object data)
Object
MethodArgumentCouldBeFinalRule. visit(ASTMethodDeclaration meth, Object data)
Object
MethodNamingConventionsRule. visit(ASTMethodDeclaration node, Object data)
Object
OnlyOneReturnRule. visit(ASTMethodDeclaration node, Object data)
Object
UnnecessaryModifierRule. 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 Object
LawOfDemeterRule. visit(ASTMethodDeclaration node, Object data)
That's a new method.Object
NcssMethodCountRule. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
NcssTypeCountRule. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
SignatureDeclareThrowsExceptionRule. visit(ASTMethodDeclaration methodDeclaration, Object o)
Object
SimplifyBooleanReturnsRule. visit(ASTMethodDeclaration node, Object data)
Object
StdCyclomaticComplexityRule. visit(ASTMethodDeclaration node, Object data)
Deprecated.Object
UselessOverridingMethodRule. 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 Object
CommentRequiredRule. 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 boolean
CloneMethodMustImplementCloneableRule. isCloneMethod(ASTMethodDeclaration method)
Object
CloneMethodMustImplementCloneableRule. visit(ASTMethodDeclaration node, Object data)
Object
CloseResourceRule. visit(ASTMethodDeclaration node, Object data)
Object
ConstructorCallsOverridableMethodRule. visit(ASTMethodDeclaration node, Object data)
Create a MethodHolder to hold the method.Object
DataflowAnomalyAnalysisRule. visit(ASTMethodDeclaration methodDeclaration, Object data)
Deprecated.Object
JUnitSpellingRule. visit(ASTMethodDeclaration node, Object data)
Object
JUnitStaticSuiteRule. visit(ASTMethodDeclaration node, Object data)
Object
ProperCloneImplementationRule. visit(ASTMethodDeclaration method, Object data)
Object
SingletonClassReturningNewInstanceRule. visit(ASTMethodDeclaration node, Object data)
Object
SuspiciousHashcodeMethodNameRule. 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 Object
DoubleCheckedLockingRule. visit(ASTMethodDeclaration node, Object data)
Object
NonThreadSafeSingletonRule. 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 Object
UseStringBufferLengthRule. 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 Object
ScopeAndDeclarationFinder. visit(ASTMethodDeclaration node, Object data)
Deprecated.
-