| Modifier and Type | Method and Description |
|---|---|
TypeParameter |
TypeVariableSignature.resolve()
Look up a type variable (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeParameter> |
ClassTypeSignature.getTypeParameters()
Get the type parameters for the class.
|
List<TypeParameter> |
MethodTypeSignature.getTypeParameters()
Get the type parameters for the method, if this is a
generic method.
|
Copyright © 2021. All rights reserved.