Uses of Interface
net.sourceforge.pmd.lang.java.ast.TypeParamOwnerNode
-
Packages that use TypeParamOwnerNode Package Description net.sourceforge.pmd.lang.java.ast 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.ast Modifier and Type Interface Description interface
ASTExecutableDeclaration
Groups method and constructor declarations under a common type.interface
ASTTypeDeclaration
Groups class, enum, record, annotation and interface declarations under a common supertype.Classes in net.sourceforge.pmd.lang.java.ast that implement TypeParamOwnerNode Modifier and Type Class Description class
ASTAnnotationTypeDeclaration
The declaration of an annotation type.class
ASTAnonymousClassDeclaration
An anonymous class declaration.class
ASTClassDeclaration
Represents class and interface declarations.class
ASTConstructorDeclaration
class
ASTEnumDeclaration
Represents an enum declaration.class
ASTImplicitClassDeclaration
ImplicitClassDeclaration ::= ClassBody ClassBody ::= FieldDeclaration* MethodDeclaration BodyDeclaration*class
ASTMethodDeclaration
A method declaration, in a class or interface declaration.class
ASTRecordDeclaration
A record declaration is a special data class type (JDK 16 feature).Methods in net.sourceforge.pmd.lang.java.ast that return TypeParamOwnerNode Modifier and Type Method Description TypeParamOwnerNode
ASTTypeParameter. getOwner()
Returns the node to which this type parameter belongs.
-