Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTPackageDeclaration
-
Packages that use ASTPackageDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTPackageDeclaration in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTPackageDeclaration Modifier and Type Method Description @Nullable ASTPackageDeclaration
ASTCompilationUnit. getPackageDeclaration()
Returns the package declaration, if there is one.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTPackageDeclaration Modifier and Type Method Description default R
JavaVisitor. visit(ASTPackageDeclaration node, P data)
-