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 interfaceASTAnyTypeDeclarationGroups class, enum, record, annotation and interface declarations under a common supertype.interfaceASTMethodOrConstructorDeclarationGroups method and constructor declarations under a common type.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.classASTClassOrInterfaceDeclarationRepresents class and interface declarations.classASTConstructorDeclarationclassASTEnumDeclarationRepresents an enum declaration.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.
-