Package | Description |
---|---|
aQute.bnd.signatures |
Modifier and Type | Class and Description |
---|---|
class |
ClassTypeSignature |
class |
TypeVariableSignature |
Modifier and Type | Field and Description |
---|---|
(package private) static ThrowsSignature[] |
MethodSignature.EMPTY_ThrowsSignature |
ThrowsSignature[] |
MethodSignature.throwTypes |
Modifier and Type | Method and Description |
---|---|
(package private) static ThrowsSignature |
MethodSignature.parseThrowsSignature(StringRover signature) |
Constructor and Description |
---|
MethodSignature(TypeParameter[] typeParameters,
JavaTypeSignature[] parameterTypes,
Result resultType,
ThrowsSignature[] throwTypes) |