| Package | Description |
|---|---|
| aQute.bnd.signatures |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeSignature |
class |
ClassTypeSignature |
class |
TypeVariableSignature |
| Modifier and Type | Field and Description |
|---|---|
ReferenceTypeSignature |
TypeParameter.classBound |
ReferenceTypeSignature[] |
TypeParameter.interfaceBounds |
ReferenceTypeSignature |
TypeArgument.type |
ReferenceTypeSignature |
FieldSignature.type |
| Modifier and Type | Method and Description |
|---|---|
ReferenceTypeSignature |
FieldResolver.resolveField() |
ReferenceTypeSignature |
ClassResolver.resolveType(TypeArgument typeArgument) |
protected ReferenceTypeSignature |
ClassResolver.resolveType(TypeParameter[] typeParameters,
TypeVariableSignature typeVariable) |
ReferenceTypeSignature |
MethodResolver.resolveType(TypeVariableSignature typeVariable) |
ReferenceTypeSignature |
ClassResolver.resolveType(TypeVariableSignature typeVariable) |
| Constructor and Description |
|---|
FieldSignature(ReferenceTypeSignature type) |
TypeArgument(WildcardIndicator wildcard,
ReferenceTypeSignature type) |
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
ReferenceTypeSignature[] interfaceBounds) |
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
ReferenceTypeSignature[] interfaceBounds) |
Copyright © 2021. All rights reserved.