Package jminusminus
Class CLSourceFileAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLSourceFileAttribute
Representation of SourceFile_attribute structure.
- 
Field SummaryFieldsFields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLSourceFileAttribute(int attributeNameIndex, long attributeLength, int sourceFileIndex) Construct a CLSourceFileAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
sourceFileIndexpublic int sourceFileIndexSourceFile_attribute.sourcefile_index item.
 
- 
- 
Constructor Details- 
CLSourceFileAttributepublic CLSourceFileAttribute(int attributeNameIndex, long attributeLength, int sourceFileIndex) Construct a CLSourceFileAttribute object.- Parameters:
- attributeNameIndex- SourceFile_attribute.attribute_name_index item.
- attributeLength- SourceFile_attribute.attribute_length item.
- sourceFileIndex- SourceFile_attribute.sourcefile_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.
 
 
-