Package aQute.bnd.classfile
Class ParameterAnnotationsAttribute
java.lang.Object
aQute.bnd.classfile.ParameterAnnotationsAttribute
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
RuntimeInvisibleParameterAnnotationsAttribute
,RuntimeVisibleParameterAnnotationsAttribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ParameterAnnotationsAttribute
(ParameterAnnotationInfo[] parameter_annotations) -
Method Summary
Modifier and TypeMethodDescriptionint
toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
parameter_annotations
-
-
Constructor Details
-
ParameterAnnotationsAttribute
-
-
Method Details
-
toString
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-