Uses of Class
aQute.bnd.osgi.Clazz.MethodDef
-
Packages that use Clazz.MethodDef Package Description aQute.bnd.cdi aQute.bnd.component aQute.bnd.make.calltree aQute.bnd.make.coverage aQute.bnd.make.metatype aQute.bnd.metatype aQute.bnd.osgi -
-
Uses of Clazz.MethodDef in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type Clazz.MethodDef Modifier and Type Method Description void
CDIAnnotationReader. method(Clazz.MethodDef method)
-
Uses of Clazz.MethodDef in aQute.bnd.component
Fields in aQute.bnd.component with type parameters of type Clazz.MethodDef Modifier and Type Field Description (package private) MultiMap<java.lang.String,Clazz.MethodDef>
DSAnnotationReader. methods
Methods in aQute.bnd.component with parameters of type Clazz.MethodDef Modifier and Type Method Description void
DSAnnotationReader.ComponentPropertyTypeDataCollector. annotationDefault(Clazz.MethodDef defined, java.lang.Object value)
private java.lang.String
DSAnnotationReader. determineMethodReferenceType(ReferenceDef def, Clazz.MethodDef method, MethodSignature signature, java.lang.String annoService)
private MethodSignature
DSAnnotationReader. getMethodSignature(Clazz.MethodDef method)
void
DSAnnotationReader.ComponentPropertyTypeDataCollector. method(Clazz.MethodDef defined)
void
DSAnnotationReader. method(Clazz.MethodDef method)
(package private) int
HeaderReader. rateBind(Clazz.MethodDef test)
see 112.3.2.(package private) int
HeaderReader. rateLifecycle(Clazz.MethodDef test, java.util.Set<java.lang.String> allowedParams)
rates the methods according to the scale in 112.5.8 (compendium 4.3, ds 1.2), also returning "6" for invalid methods We don't look at return values yet due to proposal to all them for setting service properties. -
Uses of Clazz.MethodDef in aQute.bnd.make.calltree
Fields in aQute.bnd.make.calltree with type parameters of type Clazz.MethodDef Modifier and Type Field Description (package private) static java.util.Comparator<Clazz.MethodDef>
CalltreeResource. COMPARATOR
Methods in aQute.bnd.make.calltree with parameters of type Clazz.MethodDef Modifier and Type Method Description private static void
CalltreeResource. method(java.io.PrintWriter out, java.lang.String element, Clazz.MethodDef source, java.lang.String closeElement)
(package private) static void
CalltreeResource. xref(java.util.Map<Clazz.MethodDef,java.util.Set<Clazz.MethodDef>> references, Clazz.MethodDef source, Clazz.MethodDef reference)
Method parameters in aQute.bnd.make.calltree with type arguments of type Clazz.MethodDef Modifier and Type Method Description private static void
CalltreeResource. xref(java.io.PrintWriter out, java.lang.String group, java.util.Map<Clazz.MethodDef,java.util.Set<Clazz.MethodDef>> references)
private static void
CalltreeResource. xref(java.io.PrintWriter out, java.lang.String group, java.util.Map<Clazz.MethodDef,java.util.Set<Clazz.MethodDef>> references)
(package private) static void
CalltreeResource. xref(java.util.Map<Clazz.MethodDef,java.util.Set<Clazz.MethodDef>> references, Clazz.MethodDef source, Clazz.MethodDef reference)
(package private) static void
CalltreeResource. xref(java.util.Map<Clazz.MethodDef,java.util.Set<Clazz.MethodDef>> references, Clazz.MethodDef source, Clazz.MethodDef reference)
-
Uses of Clazz.MethodDef in aQute.bnd.make.coverage
Methods in aQute.bnd.make.coverage that return types with arguments of type Clazz.MethodDef Modifier and Type Method Description private static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>>
Coverage. buildCatalog(java.util.Collection<Clazz> sources)
private static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>>
Coverage. buildCatalog(java.util.Collection<Clazz> sources)
static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>>
Coverage. getCrossRef(java.util.Collection<Clazz> source, java.util.Collection<Clazz> dest)
Create a cross reference table from source to dest.static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>>
Coverage. getCrossRef(java.util.Collection<Clazz> source, java.util.Collection<Clazz> dest)
Create a cross reference table from source to dest.Methods in aQute.bnd.make.coverage with parameters of type Clazz.MethodDef Modifier and Type Method Description private static Tag
CoverageResource. doMethod(Tag tag, Clazz.MethodDef method)
Method parameters in aQute.bnd.make.coverage with type arguments of type Clazz.MethodDef Modifier and Type Method Description private static void
Coverage. crossRef(java.util.Collection<Clazz> source, java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
private static void
Coverage. crossRef(java.util.Collection<Clazz> source, java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
static Tag
CoverageResource. toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
static Tag
CoverageResource. toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
-
Uses of Clazz.MethodDef in aQute.bnd.make.metatype
Fields in aQute.bnd.make.metatype declared as Clazz.MethodDef Modifier and Type Field Description (package private) Clazz.MethodDef
MetaTypeReader. method
Fields in aQute.bnd.make.metatype with type parameters of type Clazz.MethodDef Modifier and Type Field Description (package private) java.util.Map<Clazz.MethodDef,Annotation>
MetaTypeReader. methods
Methods in aQute.bnd.make.metatype with parameters of type Clazz.MethodDef Modifier and Type Method Description private void
MetaTypeReader. addMethod(Clazz.MethodDef method, Annotation a)
void
MetaTypeReader.Find. method(Clazz.MethodDef mdef)
-
Uses of Clazz.MethodDef in aQute.bnd.metatype
Fields in aQute.bnd.metatype with type parameters of type Clazz.MethodDef Modifier and Type Field Description private java.util.Map<Clazz.MethodDef,ADDef>
OCDReader.OCDDataCollector. methods
Methods in aQute.bnd.metatype with parameters of type Clazz.MethodDef Modifier and Type Method Description void
OCDReader.OCDDataCollector. annotationDefault(Clazz.MethodDef defined, java.lang.Object value)
void
OCDReader.OCDDataCollector. method(Clazz.MethodDef defined)
-
Uses of Clazz.MethodDef in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Clazz.MethodDef Modifier and Type Field Description private Clazz.MethodDef
AnnotationHeaders.MetaAnnotationCollector. lastMethodSeen
Methods in aQute.bnd.osgi that return Clazz.MethodDef Modifier and Type Method Description Clazz.MethodDef
Clazz. getMethodDef(int access, java.lang.String name, java.lang.String descriptor)
Deprecated.Methods in aQute.bnd.osgi that return types with arguments of type Clazz.MethodDef Modifier and Type Method Description java.util.stream.Stream<Clazz.MethodDef>
Clazz. methods()
Methods in aQute.bnd.osgi with parameters of type Clazz.MethodDef Modifier and Type Method Description void
ClassDataCollector. annotationDefault(Clazz.MethodDef method)
void
ClassDataCollector. annotationDefault(Clazz.MethodDef method, java.lang.Object value)
void
ClassDataCollectors.Collectors. annotationDefault(Clazz.MethodDef method)
void
ClassDataCollectors.Collectors. annotationDefault(Clazz.MethodDef method, java.lang.Object value)
private java.lang.Object
AnnotationHeaders.MetaAnnotationCollector. getOrDefault(Clazz.MethodDef method)
void
AnnotationHeaders.MetaAnnotationCollector. method(Clazz.MethodDef defined)
void
ClassDataCollector. method(Clazz.MethodDef method)
void
ClassDataCollectors.Collectors. method(Clazz.MethodDef method)
void
ClassDataCollector. methodParameters(Clazz.MethodDef method, Clazz.MethodParameter[] parameters)
void
ClassDataCollectors.Collectors. methodParameters(Clazz.MethodDef method, Clazz.MethodParameter[] parameters)
-