Package | Description |
---|---|
aQute.bnd.component | |
aQute.bnd.osgi | |
aQute.bnd.signatures |
Modifier and Type | Field and Description |
---|---|
(package private) MethodSignature |
DSAnnotationReader.constructorSig |
(package private) MethodSignature |
DSAnnotationReader.methodSig |
Modifier and Type | Method and Description |
---|---|
private MethodSignature |
DSAnnotationReader.getMethodSignature(Clazz.MethodDef method) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DSAnnotationReader.determineMethodReferenceType(ReferenceDef def,
Clazz.MethodDef method,
MethodSignature signature,
java.lang.String annoService) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,MethodSignature> |
Descriptors.methodSignatureCache |
Modifier and Type | Method and Description |
---|---|
MethodSignature |
Analyzer.getMethodSignature(java.lang.String signature) |
MethodSignature |
Descriptors.getMethodSignature(java.lang.String signature) |
Modifier and Type | Field and Description |
---|---|
private MethodSignature |
MethodResolver.methodSig |
Modifier and Type | Method and Description |
---|---|
static MethodSignature |
MethodSignature.of(java.lang.String signature) |
(package private) static MethodSignature |
MethodSignature.parseMethodSignature(StringRover signature) |
Constructor and Description |
---|
MethodResolver(ClassSignature classSig,
MethodSignature methodSig) |