Uses of Enum Class
aQute.bnd.osgi.Annotation.ElementType
Packages that use Annotation.ElementType
-
Uses of Annotation.ElementType in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as Annotation.ElementType -
Uses of Annotation.ElementType in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as Annotation.ElementTypeModifier and TypeFieldDescriptionprivate final Annotation.ElementType
Clazz.CodeDef.elementType
private final Annotation.ElementType
Annotation.member
Methods in aQute.bnd.osgi that return Annotation.ElementTypeModifier and TypeMethodDescriptionAnnotation.elementType()
(package private) Annotation.ElementType
Clazz.ClassDef.elementType()
(package private) Annotation.ElementType
Clazz.CodeDef.elementType()
(package private) abstract Annotation.ElementType
Clazz.ElementDef.elementType()
(package private) static Annotation.ElementType
Clazz.elementType
(ClassFile classFile) (package private) static Annotation.ElementType
Clazz.elementType
(FieldInfo fieldInfo) (package private) static Annotation.ElementType
Clazz.elementType
(MethodInfo methodInfo) (package private) Annotation.ElementType
Clazz.FieldDef.elementType()
(package private) Annotation.ElementType
Clazz.MethodDef.elementType()
static Annotation.ElementType
Returns the enum constant of this class with the specified name.static Annotation.ElementType[]
Annotation.ElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.osgi with parameters of type Annotation.ElementTypeModifier and TypeMethodDescriptionClazz.annotationValues
(ElementValueInfo[] values, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) Annotation
Clazz.newAnnotation
(AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private Object
Clazz.newElementValue
(Object value, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) ParameterAnnotation
Clazz.newParameterAnnotation
(int parameter, AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) (package private) TypeAnnotation
Clazz.newTypeAnnotation
(TypeAnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private Stream<ParameterAnnotation>
Clazz.MethodDef.parameterAnnotations
(ParameterAnnotationInfo parameterAnnotationInfo, Predicate<AnnotationInfo> matches, Annotation.ElementType elementType, RetentionPolicy policy) private void
Clazz.processAnnotation
(AnnotationInfo annotationInfo, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.processAnnotationDefault
(AnnotationDefaultAttribute attribute, Annotation.ElementType elementType, int access_flags) private void
Clazz.processAnnotations
(AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.processAttributes
(Attribute[] attributes, Annotation.ElementType elementType, int access_flags) Called for the attributes in the class, field, method or Code attribute.private void
Clazz.processCode
(CodeAttribute attribute, Annotation.ElementType elementType) private void
Clazz.processElementValue
(Object value, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.processParameterAnnotations
(ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.processSignature
(SignatureAttribute attribute, Annotation.ElementType elementType, int access_flags) private void
Clazz.processTypeAnnotations
(TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitAnnotations
(ClassDataCollector cd, AnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitCode
(ClassDataCollector cd, CodeAttribute attribute, Annotation.ElementType elementType) private void
Clazz.visitParameterAnnotations
(ClassDataCollector cd, ParameterAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) private void
Clazz.visitTypeAnnotations
(ClassDataCollector cd, TypeAnnotationsAttribute attribute, Annotation.ElementType elementType, RetentionPolicy policy, int access_flags) Constructors in aQute.bnd.osgi with parameters of type Annotation.ElementTypeModifierConstructorDescriptionAnnotation
(Descriptors.TypeRef name, Map<String, Object> elements, Annotation.ElementType member, RetentionPolicy policy) (package private)
CodeDef
(CodeAttribute code, Annotation.ElementType elementType) 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)