| Package | Description |
|---|---|
| aQute.bnd.signatures |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaTypeSignature |
interface |
ReferenceTypeSignature |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeSignature |
class |
BaseType |
class |
ClassTypeSignature |
class |
TypeVariableSignature |
class |
VoidDescriptor |
| Modifier and Type | Field and Description |
|---|---|
Result |
MethodSignature.resultType |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Result |
MethodSignature.parseResult(StringRover signature) |
Result |
MethodResolver.resolveResult() |
| Constructor and Description |
|---|
MethodSignature(TypeParameter[] typeParameters,
JavaTypeSignature[] parameterTypes,
Result resultType,
ThrowsSignature[] throwTypes) |