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 interfaceASTExecutableDeclarationGroups method and constructor declarations under a common type.interfaceASTTypeDeclarationGroups 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 classASTAnnotationTypeDeclarationThe declaration of an annotation type.classASTAnonymousClassDeclarationAn anonymous class declaration.classASTClassDeclarationRepresents class and interface declarations.classASTConstructorDeclarationclassASTEnumDeclarationRepresents an enum declaration.classASTImplicitClassDeclarationA class declaration added by the compiler implicitly in a compact compilation unit (see JEP 512, Java 25).classASTMethodDeclarationA method declaration, in a class or interface declaration.classASTRecordDeclarationA 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 TypeParamOwnerNodeASTTypeParameter. getOwner()Returns the node to which this type parameter belongs.
-