Uses of Class
aQute.bnd.classfile.ElementValueInfo
-
Packages that use ElementValueInfo Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of ElementValueInfo in aQute.bnd.classfile
Fields in aQute.bnd.classfile declared as ElementValueInfo Modifier and Type Field Description ElementValueInfo[]
AnnotationInfo. values
Methods in aQute.bnd.classfile that return ElementValueInfo Modifier and Type Method Description (package private) static ElementValueInfo
ElementValueInfo. read(java.io.DataInput in, ConstantPool constant_pool)
Methods in aQute.bnd.classfile with parameters of type ElementValueInfo Modifier and Type Method Description A
AnnotationInfo.Constructor. init(java.lang.String type, ElementValueInfo[] values)
Constructors in aQute.bnd.classfile with parameters of type ElementValueInfo Constructor Description AnnotationInfo(java.lang.String type, ElementValueInfo[] values)
TypeAnnotationInfo(int target_type, byte[] target_info, int target_index, byte[] type_path, java.lang.String type, ElementValueInfo[] values)
-
Uses of ElementValueInfo in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type ElementValueInfo Modifier and Type Method Description private java.util.Map<java.lang.String,java.lang.Object>
Clazz. annotationValues(ElementValueInfo[] values, Annotation.ElementType elementType, java.lang.annotation.RetentionPolicy policy, int access_flags)
-