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
toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
type_annotations
-
-
Constructor Details
-
TypeAnnotationsAttribute
-
-
Method Details
-
toString
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-