Uses of Class
aQute.bnd.osgi.Clazz.MethodDef

Packages that use Clazz.MethodDef
aQute.bnd.component   
aQute.bnd.make.component   
aQute.bnd.make.coverage   
aQute.bnd.metatype   
aQute.bnd.osgi   
 

Uses of Clazz.MethodDef in aQute.bnd.component
 

Methods in aQute.bnd.component with parameters of type Clazz.MethodDef
 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
 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
static Map<Clazz.MethodDef,List<Clazz.MethodDef>> Coverage.getCrossRef(Collection<Clazz> source, Collection<Clazz> dest)
          Create a cross reference table from source to dest.
static Map<Clazz.MethodDef,List<Clazz.MethodDef>> Coverage.getCrossRef(Collection<Clazz> source, 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
static Tag CoverageResource.toTag(Map<Clazz.MethodDef,List<Clazz.MethodDef>> catalog)
           
static Tag CoverageResource.toTag(Map<Clazz.MethodDef,List<Clazz.MethodDef>> catalog)
           
 

Uses of Clazz.MethodDef in aQute.bnd.metatype
 

Methods in aQute.bnd.metatype with parameters of type Clazz.MethodDef
 void OCDReader.method(Clazz.MethodDef defined)
           
 

Uses of Clazz.MethodDef in aQute.bnd.osgi
 

Methods in aQute.bnd.osgi that return Clazz.MethodDef
 Clazz.MethodDef Clazz.getMethodDef(int access, String name, String descriptor)
          To provide an enclosing instance
 

Methods in aQute.bnd.osgi with parameters of type Clazz.MethodDef
 void ClassDataCollector.annotationDefault(Clazz.MethodDef last)
           
 void ClassDataCollector.method(Clazz.MethodDef defined)
           
 



Copyright © 2014 aQute SARL. All rights reserved.