| Package | Description |
|---|---|
| aQute.bnd.signatures |
| Modifier and Type | Field and Description |
|---|---|
TypeParameter[] |
MethodSignature.typeParameters |
TypeParameter[] |
ClassSignature.typeParameters |
| Modifier and Type | Method and Description |
|---|---|
protected ReferenceTypeSignature |
ClassResolver.resolveType(TypeParameter[] typeParameters,
TypeVariableSignature typeVariable) |
| Constructor and Description |
|---|
ClassSignature(TypeParameter[] typeParameters,
ClassTypeSignature superClass,
ClassTypeSignature[] superInterfaces) |
MethodSignature(TypeParameter[] typeParameters,
JavaTypeSignature[] parameterTypes,
Result resultType,
ThrowsSignature[] throwTypes) |
Copyright © 2021. All rights reserved.