| Package | Description |
|---|---|
| aQute.bnd.build | |
| aQute.bnd.cdi | |
| aQute.bnd.component | |
| aQute.bnd.main | |
| aQute.bnd.osgi |
| Modifier and Type | Method and Description |
|---|---|
String |
ProjectBuilder.getSourceFileFor(Descriptors.TypeRef type)
Find the source file for this type
|
| Modifier and Type | Method and Description |
|---|---|
void |
CDIAnnotationReader.classBegin(int access,
Descriptors.TypeRef name) |
void |
CDIAnnotationReader.extendsClass(Descriptors.TypeRef name) |
void |
CDIAnnotationReader.implementsInterfaces(Descriptors.TypeRef[] interfaces) |
| Modifier and Type | Method and Description |
|---|---|
void |
DSAnnotationReader.classBegin(int access,
Descriptors.TypeRef name)
Are called during class parsing
|
void |
DSAnnotationReader.extendsClass(Descriptors.TypeRef name) |
void |
DSAnnotationReader.implementsInterfaces(Descriptors.TypeRef[] interfaces) |
| Modifier and Type | Field and Description |
|---|---|
Map<Descriptors.TypeRef,List<Descriptors.TypeRef>> |
XRefCommand.All.classes |
Map<Descriptors.TypeRef,List<Descriptors.TypeRef>> |
XRefCommand.All.classes |
| Modifier and Type | Method and Description |
|---|---|
Set<Descriptors.TypeRef> |
Clazz.annotations() |
Collection<Descriptors.TypeRef> |
Clazz.Def.getAnnotations()
Deprecated.
|
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
|
List<Descriptors.TypeRef> |
Clazz.interfaces() |
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) |
| Modifier and Type | Method and 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,
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) |
String |
Analyzer.getSourceFileFor(Descriptors.TypeRef type)
Find the source file for this type
|
String |
Analyzer.getSourceFileFor(Descriptors.TypeRef type,
Collection<File> sourcePath) |
void |
ClassDataCollector.implementsInterfaces(Descriptors.TypeRef[] interfaces) |
void |
ClassDataCollector.innerClass(Descriptors.TypeRef innerClass,
Descriptors.TypeRef outerClass,
String innerName,
int innerClassAccessFlags)
The InnerClass attribute
|
void |
Analyzer.nonClassReferTo(Descriptors.TypeRef ref) |
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.
|
void |
Analyzer.setTypeLocation(Reporter.SetLocation location,
Descriptors.TypeRef type)
Set location information for a type.
|
| Constructor and Description |
|---|
Annotation(Descriptors.TypeRef name,
Map<String,Object> elements,
Annotation.ElementType member,
RetentionPolicy policy) |
Annotation(Descriptors.TypeRef name,
Map<String,Object> elements,
ElementType member,
RetentionPolicy policy)
Deprecated.
|
ParameterAnnotation(int parameter,
Descriptors.TypeRef name,
Map<String,Object> elements,
Annotation.ElementType member,
RetentionPolicy policy) |
TypeAnnotation(int target_type,
byte[] target_info,
int target_index,
byte[] type_path,
Descriptors.TypeRef name,
Map<String,Object> elements,
Annotation.ElementType member,
RetentionPolicy policy) |
TypeDef(Descriptors.TypeRef type,
boolean interf) |
Copyright © 2021. All rights reserved.