Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTImportDeclaration
Packages that use ASTImportDeclaration
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTImportDeclaration -
Uses of ASTImportDeclaration in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTImportDeclarationModifier and TypeMethodDescriptionprotected booleanLoosePackageCouplingRule.isAllowedClass(ASTImportDeclaration node) LoosePackageCouplingRule.visit(ASTImportDeclaration node, Object data)