Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTImportDeclaration
-
Packages that use ASTImportDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.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.errorprone net.sourceforge.pmd.lang.java.rule.performance net.sourceforge.pmd.lang.java.symboltable net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
JavaParserDecoratedVisitor. visit(ASTImportDeclaration node, Object data)
Deprecated.Object
JavaParserVisitor. visit(ASTImportDeclaration node, Object data)
Object
JavaParserVisitorAdapter. visit(ASTImportDeclaration node, Object data)
Object
JavaParserVisitorDecorator. visit(ASTImportDeclaration node, Object data)
Deprecated. -
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
AbstractJavaRule. visit(ASTImportDeclaration node, Object data)
Object
AbstractJUnitRule. visit(ASTImportDeclaration node, Object data)
Deprecated.Object
AbstractLombokAwareRule. visit(ASTImportDeclaration node, Object data)
Deprecated. -
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
JUnitAssertionsShouldIncludeMessageRule. visit(ASTImportDeclaration node, Object data)
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
DontImportJavaLangRule. visit(ASTImportDeclaration node, Object data)
Object
DuplicateImportsRule. visit(ASTImportDeclaration node, Object data)
Deprecated.Object
UnnecessaryFullyQualifiedNameRule. visit(ASTImportDeclaration node, Object data)
Object
UnnecessaryImportRule. visit(ASTImportDeclaration node, Object data)
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTImportDeclaration Modifier and Type Method Description protected boolean
LoosePackageCouplingRule. isAllowedClass(ASTImportDeclaration node)
Object
ExcessiveImportsRule. visit(ASTImportDeclaration node, Object data)
Hook method to count imports.Object
GenericClassCounterRule. visit(ASTImportDeclaration node, Object data)
Object
LoosePackageCouplingRule. visit(ASTImportDeclaration node, Object data)
Object
SignatureDeclareThrowsExceptionRule. visit(ASTImportDeclaration node, Object o)
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
CloseResourceRule. visit(ASTImportDeclaration node, Object data)
Object
DontImportSunRule. visit(ASTImportDeclaration node, Object data)
Object
ImportFromSamePackageRule. visit(ASTImportDeclaration importDecl, Object data)
Deprecated.Object
InvalidLogMessageFormatRule. visit(ASTImportDeclaration node, Object data)
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule.performance
Methods in net.sourceforge.pmd.lang.java.rule.performance with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
BooleanInstantiationRule. visit(ASTImportDeclaration decl, Object data)
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.symboltable
Method parameters in net.sourceforge.pmd.lang.java.symboltable with type arguments of type ASTImportDeclaration Modifier and Type Method Description void
SourceFileScope. configureImports(List<ASTImportDeclaration> imports)
Configures the type resolution for the symbol table. -
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTImportDeclaration Modifier and Type Method Description Object
ClassTypeResolver. visit(ASTImportDeclaration node, Object data)
Deprecated.
-