public interface TypeParameterDeclaration
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeParameterDeclaration.Bound |
| Modifier and Type | Method and Description |
|---|---|
boolean |
declaredOnType() |
boolean |
declaredOnMethod() |
List<TypeParameterDeclaration.Bound> |
getBounds(TypeSolver typeSolver) |
String |
getName() |
String |
getQualifiedName() |
static TypeParameterDeclaration |
onClass(String name,
String classQName,
List<TypeParameterDeclaration.Bound> bounds) |
static TypeParameterDeclaration onClass(String name, String classQName, List<TypeParameterDeclaration.Bound> bounds)
String getName()
boolean declaredOnType()
boolean declaredOnMethod()
String getQualifiedName()
List<TypeParameterDeclaration.Bound> getBounds(TypeSolver typeSolver)
Copyright © 2016. All rights reserved.