Package jminusminus
Class CLAnnotationDefaultAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLAnnotationDefaultAttribute
Representation of AnnotationDefault_attribute structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionAnnotationDefault_attribute.defaultValue item.Fields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLAnnotationDefaultAttribute(int attributeNameIndex, long attributeLength, CLElementValue defaultValue) Construct a CLAnnotationDefaultAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
defaultValueAnnotationDefault_attribute.defaultValue item.
 
- 
- 
Constructor Details- 
CLAnnotationDefaultAttributepublic CLAnnotationDefaultAttribute(int attributeNameIndex, long attributeLength, CLElementValue defaultValue) Construct a CLAnnotationDefaultAttribute object.- Parameters:
- attributeNameIndex- AnnotationDefault_attribute.attribute_name_index item.
- attributeLength- AnnotationDefault_attribute.attribute_length item.
- defaultValue- AnnotationDefault_attribute.defaultValue 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.
 
 
-