Modifier and Type | Method and Description |
---|---|
Object |
JavaParserVisitor.visit(ASTImportDeclaration node,
Object data) |
Object |
JavaParserVisitorAdapter.visit(ASTImportDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractJavaRule.visit(ASTImportDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
BooleanInstantiationRule.visit(ASTImportDeclaration decl,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
DontImportSunRule.visit(ASTImportDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LoosePackageCouplingRule.isAllowedClass(ASTImportDeclaration node) |
Object |
LoosePackageCouplingRule.visit(ASTImportDeclaration node,
Object data) |
Object |
ExcessiveImportsRule.visit(ASTImportDeclaration node,
Object data)
Hook method to count imports.
|
Modifier and Type | Method and Description |
---|---|
Object |
GenericClassCounterRule.visit(ASTImportDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
UnnecessaryFullyQualifiedNameRule.visit(ASTImportDeclaration node,
Object data) |
Object |
ImportFromSamePackageRule.visit(ASTImportDeclaration importDecl,
Object data) |
Object |
DuplicateImportsRule.visit(ASTImportDeclaration node,
Object data) |
Object |
DontImportJavaLangRule.visit(ASTImportDeclaration node,
Object data) |
Object |
UnusedImportsRule.visit(ASTImportDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SignatureDeclareThrowsExceptionRule.visit(ASTImportDeclaration node,
Object o) |
Modifier and Type | Method and Description |
---|---|
Object |
ClassTypeResolver.visit(ASTImportDeclaration node,
Object data) |
Modifier and Type | Method and Description |
---|---|
Object |
SignatureDeclareThrowsException.visit(ASTImportDeclaration node,
Object o) |
Modifier and Type | Method and Description |
---|---|
Object |
UnusedImports.visit(ASTImportDeclaration node,
Object data) |
Copyright © 2002–2014 InfoEther. All rights reserved.