Package | Description |
---|---|
aQute.bnd.signatures |
Modifier and Type | Field and Description |
---|---|
(package private) static TypeParameter[] |
TypeParameter.EMPTY |
TypeParameter[] |
MethodSignature.typeParameters |
TypeParameter[] |
ClassSignature.typeParameters |
Modifier and Type | Method and Description |
---|---|
(package private) static TypeParameter |
TypeParameter.parseTypeParameter(StringRover signature) |
(package private) static TypeParameter[] |
TypeParameter.parseTypeParameters(StringRover signature) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
TypeParameter.erasedBinaryReferences(TypeParameter[] typeParameters,
java.util.Set<java.lang.String> references) |
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) |