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.String
ProjectBuilder. 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 void
CDIAnnotationReader. classBegin(int access, Descriptors.TypeRef name)
void
CDIAnnotationReader. extendsClass(Descriptors.TypeRef name)
void
CDIAnnotationReader. 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 void
DSAnnotationReader. classBegin(int access, Descriptors.TypeRef name)
Are called during class parsingvoid
DSAnnotationReader. extendsClass(Descriptors.TypeRef name)
void
DSAnnotationReader. 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 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, java.lang.String mName, java.lang.String mDescriptor)
The EnclosingMethod attributevoid
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)
java.lang.String
Analyzer. getSourceFileFor(Descriptors.TypeRef type)
Find the source file for this typejava.lang.String
Analyzer. getSourceFileFor(Descriptors.TypeRef type, java.util.Collection<java.io.File> sourcePath)
void
ClassDataCollector. implementsInterfaces(Descriptors.TypeRef[] interfaces)
void
ClassDataCollector. innerClass(Descriptors.TypeRef innerClass, Descriptors.TypeRef outerClass, java.lang.String innerName, int innerClassAccessFlags)
The InnerClass attributevoid
Analyzer. nonClassReferTo(Descriptors.TypeRef ref)
void
ClassDataCollector. referenceMethod(int access, Descriptors.TypeRef className, java.lang.String method, java.lang.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.void
Analyzer. 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)
-