Uses of Interface
aQute.bnd.osgi.Descriptors.TypeRef

Packages that use Descriptors.TypeRef
aQute.bnd.component   
aQute.bnd.make.component   
aQute.bnd.metatype   
aQute.bnd.osgi   
 

Uses of Descriptors.TypeRef in aQute.bnd.component
 

Methods in aQute.bnd.component with parameters of type Descriptors.TypeRef
 void AnnotationReader.classBegin(int access, Descriptors.TypeRef name)
          Are called during class parsing
 void AnnotationReader.extendsClass(Descriptors.TypeRef name)
           
 void AnnotationReader.implementsInterfaces(Descriptors.TypeRef[] interfaces)
           
 

Uses of Descriptors.TypeRef in aQute.bnd.make.component
 

Methods in aQute.bnd.make.component with parameters of type Descriptors.TypeRef
 void ComponentAnnotationReader.classBegin(int access, Descriptors.TypeRef name)
           
 void ComponentAnnotationReader.implementsInterfaces(Descriptors.TypeRef[] interfaces)
           
 

Uses of Descriptors.TypeRef in aQute.bnd.metatype
 

Methods in aQute.bnd.metatype with parameters of type Descriptors.TypeRef
 void OCDReader.classBegin(int access, Descriptors.TypeRef name)
           
 

Uses of Descriptors.TypeRef in aQute.bnd.osgi
 

Methods in aQute.bnd.osgi that return Descriptors.TypeRef
 Descriptors.TypeRef Clazz.getClassName()
           
 Descriptors.TypeRef Descriptors.TypeRef.getClassRef()
           
 Descriptors.TypeRef Descriptors.TypeRef.getComponentTypeRef()
           
 Descriptors.TypeRef Clazz.FieldDef.getContainingClass()
           
 Descriptors.TypeRef[] Clazz.getInterfaces()
           
 Descriptors.TypeRef Annotation.getName()
           
 Descriptors.TypeRef Clazz.Def.getOwnerType()
           
 Descriptors.TypeRef[] Descriptors.Descriptor.getPrototype()
           
abstract  Descriptors.TypeRef[] Clazz.Def.getPrototype()
           
 Descriptors.TypeRef[] Clazz.FieldDef.getPrototype()
           
 Descriptors.TypeRef[] Clazz.MethodDef.getPrototype()
           
 Descriptors.TypeRef[] Clazz.TypeDef.getPrototype()
           
 Descriptors.TypeRef Clazz.TypeDef.getReference()
           
 Descriptors.TypeRef Clazz.getSuper()
           
 Descriptors.TypeRef Descriptors.Descriptor.getType()
           
abstract  Descriptors.TypeRef Clazz.Def.getType()
           
 Descriptors.TypeRef Clazz.FieldDef.getType()
           
 Descriptors.TypeRef Clazz.TypeDef.getType()
           
 Descriptors.TypeRef Descriptors.getTypeRef(String binaryClassName)
           
 Descriptors.TypeRef Analyzer.getTypeRef(String binaryClassName)
           
 Descriptors.TypeRef Descriptors.getTypeRefFromFQN(String fqn)
           
 Descriptors.TypeRef Analyzer.getTypeRefFromFQN(String fqn)
           
 Descriptors.TypeRef Descriptors.getTypeRefFromPath(String path)
           
 Descriptors.TypeRef Analyzer.getTypeRefFromPath(String path)
           
 

Methods in aQute.bnd.osgi that return types with arguments of type Descriptors.TypeRef
 Collection<Descriptors.TypeRef> Clazz.Def.getAnnotations()
           
 Map<Descriptors.TypeRef,Clazz> Analyzer.getClassspace()
           
 Map<Clazz.Def,List<Descriptors.TypeRef>> Analyzer.getXRef(Descriptors.PackageRef source, Collection<Descriptors.PackageRef> dest, int sourceModifiers)
          Create a cross reference from package source, to packages in dest
 Set<Descriptors.TypeRef> Clazz.parseClassFile()
           
 Set<Descriptors.TypeRef> Clazz.parseClassFile(InputStream in)
           
 Set<Descriptors.TypeRef> Clazz.parseClassFile(InputStream in, ClassDataCollector cd)
           
 Set<Descriptors.TypeRef> Clazz.parseClassFileWithCollector(ClassDataCollector cd)
           
 

Methods in aQute.bnd.osgi with parameters of type Descriptors.TypeRef
 void ClassDataCollector.addReference(Descriptors.TypeRef ref)
           
 void ClassDataCollector.classBegin(int access, Descriptors.TypeRef name)
           
 boolean ClassDataCollector.classStart(int access, Descriptors.TypeRef className)
           
 void ClassDataCollector.enclosingMethod(Descriptors.TypeRef cName, String mName, String mDescriptor)
          The EnclosingMethod attribute
 void ClassDataCollector.extendsClass(Descriptors.TypeRef zuper)
           
 Clazz Analyzer.findClass(Descriptors.TypeRef typeRef)
          Find a clazz on the class path.
 Clazz.TypeDef Clazz.getExtends(Descriptors.TypeRef type)
           
 Clazz.TypeDef Clazz.getImplements(Descriptors.TypeRef type)
           
 void ClassDataCollector.implementsInterfaces(Descriptors.TypeRef[] interfaces)
           
 void ClassDataCollector.innerClass(Descriptors.TypeRef innerClass, Descriptors.TypeRef outerClass, String innerName, int innerClassAccessFlags)
          The InnerClass attribute
 void ClassDataCollector.referenceMethod(int access, Descriptors.TypeRef className, String method, String descriptor)
           
 void Analyzer.referTo(Descriptors.TypeRef ref)
           
 void ClassDataCollector.referTo(Descriptors.TypeRef typeRef, int modifiers)
          A reference to a type from method or field.
 

Constructors in aQute.bnd.osgi with parameters of type Descriptors.TypeRef
Annotation(Descriptors.TypeRef name, Map<String,Object> elements, ElementType member, RetentionPolicy policy)
           
Clazz.TypeDef(Descriptors.TypeRef type, boolean interf)
           
 



Copyright © 2014 aQute SARL. All rights reserved.