Package jminusminus
Class CLRuntimeInvisibleAnnotationsAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLRuntimeInvisibleAnnotationsAttribute
Representation of RuntimeInvisibleAnnotations_attribute structure.
-
Field Summary
Modifier and TypeFieldDescriptionRuntimeInvisibleAnnotations_attribute.annotations item.int
RuntimeInvisibleAnnotations_attribute.num_annotations item.Fields inherited from class jminusminus.CLAttributeInfo
attributeLength, attributeNameIndex
-
Constructor Summary
ConstructorDescriptionCLRuntimeInvisibleAnnotationsAttribute
(int attributeNameIndex, long attributeLength, int numAnnotations, ArrayList<CLAnnotation> annotations) Construct a CLRuntimeInvisibleAnnotationsAttribute object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this attribute to the specified output stream.
-
Field Details
-
numAnnotations
public int numAnnotationsRuntimeInvisibleAnnotations_attribute.num_annotations item. -
annotations
RuntimeInvisibleAnnotations_attribute.annotations item.
-
-
Constructor Details
-
CLRuntimeInvisibleAnnotationsAttribute
public CLRuntimeInvisibleAnnotationsAttribute(int attributeNameIndex, long attributeLength, int numAnnotations, ArrayList<CLAnnotation> annotations) Construct a CLRuntimeInvisibleAnnotationsAttribute object.- Parameters:
attributeNameIndex
- RuntimeInvisibleAnnotations_attribute.attribute_name_index item.attributeLength
- RuntimeInvisibleAnnotations_attribute.attribute_length item.numAnnotations
- RuntimeVisibleAnnotations_attribute.num_annotations item.annotations
- RuntimeInvisibleAnnotations_attribute.annotations item.
-
-
Method Details
-
write
Write the contents of this attribute to the specified output stream.- Overrides:
write
in classCLAttributeInfo
- Parameters:
out
- output stream.- Throws:
IOException
- if an error occurs while writing.
-