Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTAnyTypeBodyDeclaration
-
Packages that use ASTAnyTypeBodyDeclaration Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTAnyTypeBodyDeclaration in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTAnyTypeBodyDeclaration Modifier and Type Class Description classASTAnnotationTypeMemberDeclarationclassASTClassOrInterfaceBodyDeclarationclassASTCompactConstructorDeclarationThis defines a compact constructor for a RecordDeclaration (JDK 16 feature).Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTAnyTypeBodyDeclaration Modifier and Type Method Description List<ASTAnyTypeBodyDeclaration>ASTAnnotationTypeDeclaration. getDeclarations()List<ASTAnyTypeBodyDeclaration>ASTAnyTypeDeclaration. getDeclarations()Retrieves the member declarations (fields, methods, classes, etc.) from the body of this type declaration.List<ASTAnyTypeBodyDeclaration>ASTClassOrInterfaceDeclaration. getDeclarations()List<ASTAnyTypeBodyDeclaration>ASTEnumDeclaration. getDeclarations()List<ASTAnyTypeBodyDeclaration>ASTRecordDeclaration. getDeclarations()
-