Package aQute.bnd.classfile
Class ParameterAnnotationsAttribute
- java.lang.Object
-
- aQute.bnd.classfile.ParameterAnnotationsAttribute
-
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
RuntimeInvisibleParameterAnnotationsAttribute,RuntimeVisibleParameterAnnotationsAttribute
public abstract class ParameterAnnotationsAttribute extends java.lang.Object implements Attribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>
-
Field Summary
Fields Modifier and Type Field Description ParameterAnnotationInfo[]parameter_annotations
-
Constructor Summary
Constructors Modifier Constructor Description protectedParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intattribute_length()(package private) static <A extends ParameterAnnotationsAttribute>
Aread(java.io.DataInput in, ConstantPool constant_pool, ParameterAnnotationsAttribute.Constructor<A> constructor)java.lang.StringtoString()voidwrite(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Field Detail
-
parameter_annotations
public final ParameterAnnotationInfo[] parameter_annotations
-
-
Constructor Detail
-
ParameterAnnotationsAttribute
protected ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
read
static <A extends ParameterAnnotationsAttribute> A read(java.io.DataInput in, ConstantPool constant_pool, ParameterAnnotationsAttribute.Constructor<A> constructor) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
-
attribute_length
public int attribute_length()
- Specified by:
attribute_lengthin interfaceAttribute
-
-