Package aQute.bnd.classfile
Class TypeAnnotationsAttribute
java.lang.Object
aQute.bnd.classfile.TypeAnnotationsAttribute
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
RuntimeInvisibleTypeAnnotationsAttribute
,RuntimeVisibleTypeAnnotationsAttribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TypeAnnotationsAttribute
(TypeAnnotationInfo[] type_annotations) -
Method Summary
Modifier and TypeMethodDescriptionint
(package private) static <A extends TypeAnnotationsAttribute>
Aread
(DataInput in, ConstantPool constant_pool, TypeAnnotationsAttribute.Constructor<A> constructor) toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
type_annotations
-
-
Constructor Details
-
TypeAnnotationsAttribute
-
-
Method Details
-
toString
-
read
static <A extends TypeAnnotationsAttribute> A read(DataInput in, ConstantPool constant_pool, TypeAnnotationsAttribute.Constructor<A> constructor) throws IOException - Throws:
IOException
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-