Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTModuleDeclaration
-
Packages that use ASTModuleDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTModuleDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTModuleDeclaration Modifier and Type Method Description @Nullable ASTModuleDeclarationASTCompilationUnit. getModuleDeclaration()Returns the module declaration, if this is a modular compilation unit.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTModuleDeclaration Modifier and Type Method Description default RJavaVisitor. visit(ASTModuleDeclaration node, P data)
-