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.design -
-
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 default R
JavaVisitor. visit(ASTImportDeclaration node, P 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
LoosePackageCouplingRule. visit(ASTImportDeclaration node, Object data)
-