Uses of Class
com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Packages that use ResolvedTypeParameterDeclaration.Bound
-
Uses of ResolvedTypeParameterDeclaration.Bound in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedTypeParameterDeclaration.BoundModifier and TypeMethodDescriptionResolvedTypeParameterDeclaration.Bound.extendsBound
(ResolvedType type) Create an extends bound with the given type:ResolvedTypeParameterDeclaration.Bound.superBound
(ResolvedType type) Create a super bound with the given type:Methods in com.github.javaparser.resolution.declarations that return types with arguments of type ResolvedTypeParameterDeclaration.BoundModifier and TypeMethodDescriptionResolvedTypeParameterDeclaration.getBounds()
The bounds specified for the type parameter.Method parameters in com.github.javaparser.resolution.declarations with type arguments of type ResolvedTypeParameterDeclaration.BoundModifier and TypeMethodDescriptionResolvedTypeParameterDeclaration.onType
(String name, String classQName, List<ResolvedTypeParameterDeclaration.Bound> bounds) Instantiate a TypeParameter defined on a Type with the given data.