Package aQute.bnd.classfile
Class AnnotationsAttribute
java.lang.Object
aQute.bnd.classfile.AnnotationsAttribute
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
RuntimeInvisibleAnnotationsAttribute
,RuntimeVisibleAnnotationsAttribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
(package private) static <A extends AnnotationsAttribute>
Aread
(DataInput in, ConstantPool constant_pool, AnnotationsAttribute.Constructor<A> constructor) toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
annotations
-
-
Constructor Details
-
AnnotationsAttribute
-
-
Method Details
-
toString
-
read
static <A extends AnnotationsAttribute> A read(DataInput in, ConstantPool constant_pool, AnnotationsAttribute.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
-