Modifier and Type | Method and Description |
---|---|
Object |
JavaParserVisitorAdapter.visit(ASTConstructorDeclaration node,
Object data) |
Object |
JavaParserVisitor.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
VariableAccessVisitor.compute(ASTConstructorDeclaration node) |
Object |
DataFlowFacade.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractJavaRule.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
NcssTypeCountRule.visit(ASTConstructorDeclaration node,
Object data) |
Object |
CyclomaticComplexityRule.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
AccessorClassGenerationRule.visit(ASTConstructorDeclaration node,
Object data)
Store all target constructors
|
Object |
CloseResourceRule.visit(ASTConstructorDeclaration node,
Object data) |
Object |
AvoidReassigningParametersRule.visit(ASTConstructorDeclaration node,
Object data) |
Object |
ConstructorCallsOverridableMethodRule.visit(ASTConstructorDeclaration node,
Object data)
Non-private constructor's methods are added to a list for later safety
evaluation.
|
Modifier and Type | Method and Description |
---|---|
Object |
MethodArgumentCouldBeFinalRule.visit(ASTConstructorDeclaration constructor,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SignatureDeclareThrowsExceptionRule.visit(ASTConstructorDeclaration constructorDeclaration,
Object o) |
Modifier and Type | Method and Description |
---|---|
Object |
ArrayIsStoredDirectlyRule.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
UnusedFormalParameterRule.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
ScopeAndDeclarationFinder.visit(ASTConstructorDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SignatureDeclareThrowsException.visit(ASTConstructorDeclaration constructorDeclaration,
Object o) |
Modifier and Type | Method and Description |
---|---|
List<ASTConstructorDeclaration> |
DFAGraphRule.getConstructors() |
Modifier and Type | Method and Description |
---|---|
Object |
DFAGraphRule.visit(ASTConstructorDeclaration node,
Object data) |
Copyright © 2002-2013 InfoEther. All Rights Reserved.