Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
-
Packages that use ResolvedTypeParametrizable Package Description com.github.javaparser.resolution.declarations -
-
Uses of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interfaceResolvedAnnotationDeclarationinterfaceResolvedClassDeclarationDeclaration of a Class (not an interface or an enum).interfaceResolvedConstructorDeclarationA declaration of a constructor.interfaceResolvedEnumDeclarationDeclaration of an Enum.interfaceResolvedInterfaceDeclarationAn interface declaration.interfaceResolvedMethodDeclarationA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceResolvedMethodLikeDeclarationThis is a common interface for MethodDeclaration and ConstructorDeclaration.interfaceResolvedRecordDeclarationDeclaration of a Record (not an interface or an enum).interfaceResolvedReferenceTypeDeclarationMethods in com.github.javaparser.resolution.declarations that return ResolvedTypeParametrizable Modifier and Type Method Description ResolvedTypeParametrizableResolvedTypeParameterDeclaration. getContainer()The TypeParametrizable of the container.
-