Uses of Class
com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Packages that use ResolvedTypeParameterDeclaration.Bound Package Description com.github.javaparser.resolution.declarations -
-
Uses of ResolvedTypeParameterDeclaration.Bound in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedTypeParameterDeclaration.Bound Modifier and Type Method Description static ResolvedTypeParameterDeclaration.BoundResolvedTypeParameterDeclaration.Bound. extendsBound(ResolvedType type)Create an extends bound with the given type:static ResolvedTypeParameterDeclaration.BoundResolvedTypeParameterDeclaration.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.Bound Modifier and Type Method Description List<ResolvedTypeParameterDeclaration.Bound>ResolvedTypeParameterDeclaration. getBounds()The bounds specified for the type parameter.Method parameters in com.github.javaparser.resolution.declarations with type arguments of type ResolvedTypeParameterDeclaration.Bound Modifier and Type Method Description static ResolvedTypeParameterDeclarationResolvedTypeParameterDeclaration. onType(String name, String classQName, List<ResolvedTypeParameterDeclaration.Bound> bounds)Instantiate a TypeParameter defined on a Type with the given data.
-