Uses of Interface
net.sourceforge.pmd.lang.java.ast.TypeParamOwnerNode
Packages that use TypeParamOwnerNode
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of TypeParamOwnerNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of TypeParamOwnerNode in net.sourceforge.pmd.lang.java.astModifier and TypeInterfaceDescriptioninterface
Groups method and constructor declarations under a common type.interface
Groups class, enum, record, annotation and interface declarations under a common supertype.Classes in net.sourceforge.pmd.lang.java.ast that implement TypeParamOwnerNodeModifier and TypeClassDescriptionfinal class
The declaration of an annotation type.final class
An anonymous class declaration.final class
Represents class and interface declarations.final class
final class
Represents an enum declaration.final class
ImplicitClassDeclaration ::= ClassBody ClassBody ::= FieldDeclaration* MethodDeclaration BodyDeclaration*final class
A method declaration, in a class or interface declaration.final class
A record declaration is a special data class type (JDK 16 feature).Methods in net.sourceforge.pmd.lang.java.ast that return TypeParamOwnerNodeModifier and TypeMethodDescriptionASTTypeParameter.getOwner()
Returns the node to which this type parameter belongs.