Package jminusminus
Class CLConstantValueAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLConstantValueAttribute
Representation of ConstantValue_attribute structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintConstantValue_attribute.constantvalue_index item.Fields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLConstantValueAttribute(int attributeNameIndex, long attributeLength, int constantValueIndex) Construct a CLConstantValueAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
constantValueIndexpublic int constantValueIndexConstantValue_attribute.constantvalue_index item.
 
- 
- 
Constructor Details- 
CLConstantValueAttributepublic CLConstantValueAttribute(int attributeNameIndex, long attributeLength, int constantValueIndex) Construct a CLConstantValueAttribute object.- Parameters:
- attributeNameIndex- ConstantValue_attribute.attribute_name_index item.
- attributeLength- ConstantValue_attribute.attribute_length item.
- constantValueIndex- ConstantValue_attribute.constantvalue_index 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.
 
 
-