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
ConstructorsModifierConstructorDescriptionprotectedParameterAnnotationsAttribute(ParameterAnnotationInfo[] parameter_annotations) -
Method Summary
Modifier and TypeMethodDescriptionint(package private) static <A extends ParameterAnnotationsAttribute>
Aread(DataInput in, ConstantPool constant_pool, ParameterAnnotationsAttribute.Constructor<A> constructor) toString()voidwrite(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
parameter_annotations
-
-
Constructor Details
-
ParameterAnnotationsAttribute
-
-
Method Details
-
toString
-
read
static <A extends ParameterAnnotationsAttribute> A read(DataInput in, ConstantPool constant_pool, ParameterAnnotationsAttribute.Constructor<A> constructor) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceAttribute- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_lengthin interfaceAttribute
-