Uses of Class
com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
Packages that use ResolvedTypeParameterDeclaration.Bound
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
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. -
Uses of ResolvedTypeParameterDeclaration.Bound in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedTypeParameterDeclaration.BoundModifier and TypeMethodDescriptionJavaParserTypeParameter.toBound
(ClassOrInterfaceType classOrInterfaceType, TypeSolver typeSolver) Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return types with arguments of type ResolvedTypeParameterDeclaration.Bound -
Uses of ResolvedTypeParameterDeclaration.Bound in com.github.javaparser.symbolsolver.javassistmodel
Methods in com.github.javaparser.symbolsolver.javassistmodel that return types with arguments of type ResolvedTypeParameterDeclaration.Bound -
Uses of ResolvedTypeParameterDeclaration.Bound in com.github.javaparser.symbolsolver.reflectionmodel
Methods in com.github.javaparser.symbolsolver.reflectionmodel that return types with arguments of type ResolvedTypeParameterDeclaration.Bound