Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTTypeBody
Packages that use ASTTypeBody
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTTypeBody in net.sourceforge.pmd.lang.java.ast
Subclasses of ASTTypeBody in net.sourceforge.pmd.lang.java.astModifier and TypeClassDescriptionfinal classfinal classRepresents the body of a class or interface declaration.final classBody of an enum declaration.final classDefines the body of a RecordDeclaration (JDK 16 feature).Methods in net.sourceforge.pmd.lang.java.ast that return ASTTypeBodyModifier and TypeMethodDescriptiondefault ASTTypeBodyASTTypeDeclaration.getBody()Returns the body of this type declaration.