Package jminusminus
Class CLRuntimeVisibleAnnotationsAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLRuntimeVisibleAnnotationsAttribute
Representation of RuntimeVisibleAnnotations_attribute structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionRuntimeVisibleAnnotations_attribute.annotations item.intRuntimeVisibleAnnotations_attribute.num_annotations item.Fields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLRuntimeVisibleAnnotationsAttribute(int attributeNameIndex, long attributeLength, int numAnnotations, ArrayList<CLAnnotation> annotations) Construct a CLRuntimeVisibleAnnotationsAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
numAnnotationspublic int numAnnotationsRuntimeVisibleAnnotations_attribute.num_annotations item.
- 
annotationsRuntimeVisibleAnnotations_attribute.annotations item.
 
- 
- 
Constructor Details- 
CLRuntimeVisibleAnnotationsAttributepublic CLRuntimeVisibleAnnotationsAttribute(int attributeNameIndex, long attributeLength, int numAnnotations, ArrayList<CLAnnotation> annotations) Construct a CLRuntimeVisibleAnnotationsAttribute object.- Parameters:
- attributeNameIndex- RuntimeVisibleAnnotations_attribute.attribute_name_index item.
- attributeLength- RuntimeVisibleAnnotations_attribute.attribute_length item.
- numAnnotations- RuntimeVisibleAnnotations_attribute.num_annotations item.
- annotations- RuntimeVisibleAnnotations_attribute.annotations item.
 
 
- 
- 
Method Details- 
writeWrite the contents of this attribute to the specified output stream.- Overrides:
- writein class- CLAttributeInfo
- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
 
-