| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.model.declarations |
| Modifier and Type | Method and Description |
|---|---|
static TypeParameterDeclaration.Bound |
TypeParameterDeclaration.Bound.extendsBound(Type type)
Create an extends bound with the given type:
|
static TypeParameterDeclaration.Bound |
TypeParameterDeclaration.Bound.superBound(Type type)
Create a super bound with the given type:
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeParameterDeclaration.Bound> |
TypeParameterDeclaration.getBounds(TypeSolver typeSolver)
The bounds specified for the type parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeParameterDeclaration |
TypeParameterDeclaration.onType(String name,
String classQName,
List<TypeParameterDeclaration.Bound> bounds)
Instantiate a TypeParameter defined on a Type with the given data.
|
Copyright © 2016. All rights reserved.