Uses of Class
com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration.Bound
-
Packages that use ResolvedTypeParameterDeclaration.Bound Package Description com.github.javaparser.resolution.declarations com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel 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.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 java.util.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(java.lang.String name, java.lang.String classQName, java.util.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.Bound Modifier and Type Method Description private ResolvedTypeParameterDeclaration.BoundJavaParserTypeParameter. toBound(ClassOrInterfaceType classOrInterfaceType, TypeSolver typeSolver)Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return types with arguments of type ResolvedTypeParameterDeclaration.Bound Modifier and Type Method Description java.util.List<ResolvedTypeParameterDeclaration.Bound>JavaParserTypeParameter. getBounds() -
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 Modifier and Type Method Description java.util.List<ResolvedTypeParameterDeclaration.Bound>JavassistTypeParameter. getBounds() -
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 Modifier and Type Method Description java.util.List<ResolvedTypeParameterDeclaration.Bound>ReflectionTypeParameter. getBounds()
-