| Package | Description |
|---|---|
| me.tomassetti.symbolsolver.model.declarations |
| Modifier and Type | Method and Description |
|---|---|
static TypeParameterDeclaration.Bound |
TypeParameterDeclaration.Bound.extendsBound(Type type) |
static TypeParameterDeclaration.Bound |
TypeParameterDeclaration.Bound.superBound(Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeParameterDeclaration.Bound> |
TypeParameterDeclaration.getBounds(TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
static TypeParameterDeclaration |
TypeParameterDeclaration.onClass(String name,
String classQName,
List<TypeParameterDeclaration.Bound> bounds) |
Copyright © 2016. All rights reserved.