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 interface
ParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>
-
Field Summary
Fields Modifier and Type Field Description ParameterAnnotationInfo[]
parameter_annotations
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_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
-
parameter_annotations
public final ParameterAnnotationInfo[] parameter_annotations
-
-
Constructor Detail
-
ParameterAnnotationsAttribute
protected ParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_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
-
-