Package aQute.bnd.classfile
Class TypeAnnotationInfo
java.lang.Object
aQute.bnd.classfile.AnnotationInfo
aQute.bnd.classfile.TypeAnnotationInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class aQute.bnd.classfile.AnnotationInfo
AnnotationInfo.Constructor<A extends AnnotationInfo>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final byte[]
final int
final byte[]
static final int
static final int
Fields inherited from class aQute.bnd.classfile.AnnotationInfo
type, values
-
Constructor Summary
ConstructorsConstructorDescriptionTypeAnnotationInfo
(int target_type, byte[] target_info, int target_index, byte[] type_path, String type, ElementValueInfo[] values) -
Method Summary
Modifier and TypeMethodDescription(package private) static TypeAnnotationInfo
read
(DataInput in, ConstantPool constant_pool) toString()
(package private) int
(package private) void
write
(DataOutput out, ConstantPool constant_pool) Methods inherited from class aQute.bnd.classfile.AnnotationInfo
infos_length, read, readInfos, writeInfos
-
Field Details
-
TYPEUSE_INDEX_NONE
public static final int TYPEUSE_INDEX_NONE- See Also:
-
TYPEUSE_TARGET_INDEX_EXTENDS
public static final int TYPEUSE_TARGET_INDEX_EXTENDS- See Also:
-
target_type
public final int target_type -
target_info
public final byte[] target_info -
target_index
public final int target_index -
type_path
public final byte[] type_path
-
-
Constructor Details
-
TypeAnnotationInfo
public TypeAnnotationInfo(int target_type, byte[] target_info, int target_index, byte[] type_path, String type, ElementValueInfo[] values)
-
-
Method Details
-
toString
- Overrides:
toString
in classAnnotationInfo
-
read
- Throws:
IOException
-
write
- Overrides:
write
in classAnnotationInfo
- Throws:
IOException
-
value_length
int value_length()- Overrides:
value_length
in classAnnotationInfo
-