Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeParametrizable
Packages that use ResolvedTypeParametrizable
-
Uses of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedTypeParametrizable in com.github.javaparser.resolution.declarationsModifier and TypeInterfaceDescriptioninterfaceinterfaceDeclaration of a Class (not an interface or an enum).interfaceA declaration of a constructor.interfaceDeclaration of an Enum.interfaceAn interface declaration.interfaceA declaration of a method (either in an interface, a class, an enum or an annotation).interfaceThis is a common interface for MethodDeclaration and ConstructorDeclaration.interfaceMethods in com.github.javaparser.resolution.declarations that return ResolvedTypeParametrizableModifier and TypeMethodDescriptionResolvedTypeParameterDeclaration.getContainer()The TypeParametrizable of the container.