Uses of Class
aQute.bnd.osgi.Clazz.MethodDef
-
Packages that use Clazz.MethodDef Package Description aQute.bnd.component aQute.bnd.make.component aQute.bnd.make.coverage aQute.bnd.osgi -
-
Uses of Clazz.MethodDef in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type Clazz.MethodDef Modifier and Type Method Description void
AnnotationReader. method(Clazz.MethodDef method)
-
Uses of Clazz.MethodDef in aQute.bnd.make.component
Methods in aQute.bnd.make.component with parameters of type Clazz.MethodDef Modifier and Type Method Description void
ComponentAnnotationReader. method(Clazz.MethodDef method)
-
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 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.Method parameters in aQute.bnd.make.coverage with type arguments of type Clazz.MethodDef Modifier and Type Method Description static aQute.lib.tag.Tag
CoverageResource. toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
static aQute.lib.tag.Tag
CoverageResource. toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
-
Uses of Clazz.MethodDef in aQute.bnd.osgi
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)
To provide an enclosing instanceMethods in aQute.bnd.osgi with parameters of type Clazz.MethodDef Modifier and Type Method Description void
ClassDataCollector. annotationDefault(Clazz.MethodDef last)
void
ClassDataCollector. annotationDefault(Clazz.MethodDef last, java.lang.Object value)
void
ClassDataCollector. method(Clazz.MethodDef defined)
-