Package aQute.bnd.classfile
Class TypeAnnotationsAttribute
- java.lang.Object
-
- aQute.bnd.classfile.TypeAnnotationsAttribute
-
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
RuntimeInvisibleTypeAnnotationsAttribute
,RuntimeVisibleTypeAnnotationsAttribute
public abstract class TypeAnnotationsAttribute extends java.lang.Object implements Attribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TypeAnnotationsAttribute.Constructor<A extends TypeAnnotationsAttribute>
-
Field Summary
Fields Modifier and Type Field Description TypeAnnotationInfo[]
type_annotations
-
Constructor Summary
Constructors Modifier Constructor Description protected
TypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
attribute_length()
java.lang.String
toString()
void
write(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Field Detail
-
type_annotations
public final TypeAnnotationInfo[] type_annotations
-
-
Constructor Detail
-
TypeAnnotationsAttribute
protected TypeAnnotationsAttribute(TypeAnnotationInfo[] type_annotations)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
write
public void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
-
attribute_length
public int attribute_length()
- Specified by:
attribute_length
in interfaceAttribute
-
-