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 TypeInterfaceDescriptioninterfaceGroups method and constructor declarations under a common type.interfaceGroups class, enum, record, annotation and interface declarations under a common supertype.Classes in net.sourceforge.pmd.lang.java.ast that implement TypeParamOwnerNodeModifier and TypeClassDescriptionfinal classThe declaration of an annotation type.final classAn anonymous class declaration.final classRepresents class and interface declarations.final classfinal classRepresents an enum declaration.final classImplicitClassDeclaration ::= ClassBody ClassBody ::= FieldDeclaration* MethodDeclaration BodyDeclaration*final classA method declaration, in a class or interface declaration.final classA 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.