Uses of Interface
aQute.bnd.osgi.Descriptors.TypeRef
-
Packages that use Descriptors.TypeRef Package Description aQute.bnd.build aQute.bnd.cdi aQute.bnd.component OSGi Declarative Services Annotation processing.aQute.bnd.osgi -
-
Uses of Descriptors.TypeRef in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type Descriptors.TypeRef Modifier and Type Method Description java.lang.StringProjectBuilder. getSourceFileFor(Descriptors.TypeRef type)Find the source file for this type -
Uses of Descriptors.TypeRef in aQute.bnd.cdi
Methods in aQute.bnd.cdi with parameters of type Descriptors.TypeRef Modifier and Type Method Description voidCDIAnnotationReader. classBegin(int access, Descriptors.TypeRef name)voidCDIAnnotationReader. extendsClass(Descriptors.TypeRef name)voidCDIAnnotationReader. implementsInterfaces(Descriptors.TypeRef[] interfaces) -
Uses of Descriptors.TypeRef in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type Descriptors.TypeRef Modifier and Type Method Description voidDSAnnotationReader. classBegin(int access, Descriptors.TypeRef name)Are called during class parsingvoidDSAnnotationReader. extendsClass(Descriptors.TypeRef name)voidDSAnnotationReader. implementsInterfaces(Descriptors.TypeRef[] interfaces) -
Uses of Descriptors.TypeRef in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return types with arguments of type Descriptors.TypeRef Modifier and Type Method Description java.util.Set<Descriptors.TypeRef>Clazz. annotations()java.util.Map<Descriptors.TypeRef,java.lang.String>Analyzer. getBundleClassPathTypes()java.util.Map<Descriptors.TypeRef,Clazz>Analyzer. getClassspace()java.util.Map<Clazz.Def,java.util.List<Descriptors.TypeRef>>Analyzer. getXRef(Descriptors.PackageRef source, java.util.Collection<Descriptors.PackageRef> dest, int sourceModifiers)Create a cross reference from package source, to packages in destjava.util.List<Descriptors.TypeRef>Clazz. interfaces()java.util.Set<Descriptors.TypeRef>Clazz. parseClassFile()java.util.Set<Descriptors.TypeRef>Clazz. parseClassFile(java.io.InputStream in)java.util.Set<Descriptors.TypeRef>Clazz. parseClassFile(java.io.InputStream in, ClassDataCollector cd)java.util.Set<Descriptors.TypeRef>Clazz. parseClassFileWithCollector(ClassDataCollector cd)Methods in aQute.bnd.osgi with parameters of type Descriptors.TypeRef Modifier and Type Method Description voidClassDataCollector. addReference(Descriptors.TypeRef ref)voidClassDataCollector. classBegin(int access, Descriptors.TypeRef name)booleanClassDataCollector. classStart(int access, Descriptors.TypeRef className)voidClassDataCollector. enclosingMethod(Descriptors.TypeRef cName, java.lang.String mName, java.lang.String mDescriptor)The EnclosingMethod attributevoidClassDataCollector. extendsClass(Descriptors.TypeRef zuper)ClazzAnalyzer. findClass(Descriptors.TypeRef typeRef)Find a clazz on the class path.Clazz.TypeDefClazz. getExtends(Descriptors.TypeRef type)Clazz.TypeDefClazz. getImplements(Descriptors.TypeRef type)java.lang.StringAnalyzer. getSourceFileFor(Descriptors.TypeRef type)Find the source file for this typejava.lang.StringAnalyzer. getSourceFileFor(Descriptors.TypeRef type, java.util.Collection<java.io.File> sourcePath)voidClassDataCollector. implementsInterfaces(Descriptors.TypeRef[] interfaces)voidClassDataCollector. innerClass(Descriptors.TypeRef innerClass, Descriptors.TypeRef outerClass, java.lang.String innerName, int innerClassAccessFlags)The InnerClass attributevoidAnalyzer. nonClassReferTo(Descriptors.TypeRef ref)voidClassDataCollector. referenceMethod(int access, Descriptors.TypeRef className, java.lang.String method, java.lang.String descriptor)voidAnalyzer. referTo(Descriptors.TypeRef ref)voidClassDataCollector. referTo(Descriptors.TypeRef typeRef, int modifiers)A reference to a type from method or field.voidAnalyzer. setTypeLocation(aQute.service.reporter.Reporter.SetLocation location, Descriptors.TypeRef type)Set location information for a type.Constructors in aQute.bnd.osgi with parameters of type Descriptors.TypeRef Constructor Description Annotation(Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)ParameterAnnotation(int parameter, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)TypeAnnotation(int target_type, byte[] target_info, int target_index, byte[] type_path, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)TypeDef(Descriptors.TypeRef type, boolean interf)
-