Uses of Class
aQute.bnd.osgi.ClassDataCollector
Packages that use ClassDataCollector
Package
Description
-
Uses of ClassDataCollector in aQute.bnd.cdi
Subclasses of ClassDataCollector in aQute.bnd.cdi -
Uses of ClassDataCollector in aQute.bnd.component
Subclasses of ClassDataCollector in aQute.bnd.componentModifier and TypeClassDescriptionclass
Processes spec DS annotations into xml.(package private) final class
-
Uses of ClassDataCollector in aQute.bnd.make.metatype
Subclasses of ClassDataCollector in aQute.bnd.make.metatype -
Uses of ClassDataCollector in aQute.bnd.metatype
Subclasses of ClassDataCollector in aQute.bnd.metatypeModifier and TypeClassDescriptionclass
private final class
-
Uses of ClassDataCollector in aQute.bnd.osgi
Subclasses of ClassDataCollector in aQute.bnd.osgiModifier and TypeClassDescription(package private) class
This class parses the 'header annotations'.private final class
private class
Fields in aQute.bnd.osgi with type parameters of type ClassDataCollectorModifier and TypeFieldDescription(package private) final List<ClassDataCollector>
ClassDataCollectors.delegates
private final List<ClassDataCollector>
ClassDataCollectors.Collectors.shortlist
Methods in aQute.bnd.osgi with parameters of type ClassDataCollectorModifier and TypeMethodDescription(package private) void
ClassDataCollectors.add
(ClassDataCollector cd) Clazz.parseClassFile
(InputStream in, ClassDataCollector cd) private Set<Descriptors.TypeRef>
Clazz.parseClassFileData
(DataInput in, ClassDataCollector cd) private void
Clazz.visitAnnotationDefault
(ClassDataCollector cd, AnnotationDefaultAttribute attribute, Clazz.ElementDef elementDef) private void
Clazz.visitAnnotations
(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitAttributes
(ClassDataCollector cd, Clazz.ElementDef elementDef) Called for the attributes in the class, field, or method.private void
Clazz.visitClassFile
(ClassDataCollector cd) private void
Clazz.visitCode
(ClassDataCollector cd, CodeAttribute attribute, Annotation.ElementType elementType) private void
Clazz.visitConstantValue
(ClassDataCollector cd, ConstantValueAttribute attribute) private void
Clazz.visitEnclosingMethod
(ClassDataCollector cd, EnclosingMethodAttribute attribute) private void
Clazz.visitInnerClasses
(ClassDataCollector cd, InnerClassesAttribute attribute) private void
Clazz.visitMethodParameters
(ClassDataCollector cd, MethodParametersAttribute attribute, Clazz.ElementDef elementDef) private void
Clazz.visitParameterAnnotations
(ClassDataCollector cd, ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitReferenceMethod
(ClassDataCollector cd, int method_ref_index) Called when crawling the byte code and a method reference is foundprivate void
Clazz.visitSignature
(ClassDataCollector cd, SignatureAttribute attribute) private void
Clazz.visitTypeAnnotations
(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) void
ClassDataCollectors.with
(Clazz clazz, ClassDataCollector cd) -
Uses of ClassDataCollector in aQute.bnd.service.classparser
Methods in aQute.bnd.service.classparser that return ClassDataCollector -
Uses of ClassDataCollector in aQute.bnd.xmlattribute
Subclasses of ClassDataCollector in aQute.bnd.xmlattribute