Package jminusminus
Class CLLineNumberInfo
java.lang.Object
jminusminus.CLLineNumberInfo
Representation of line_number_table entry structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintline_number_table_entry.line_number item.intline_number_table_entry.start_pc item.
- 
Constructor SummaryConstructorsConstructorDescriptionCLLineNumberInfo(int startPC, int lineNumber) Construct a CLLineNumberInfo object.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn true if this LineNumber_info object is the same as other, and false otherwise.voidwrite(CLOutputStream out) Write the contents of this object to the specified output stream.
- 
Field Details- 
startPCpublic int startPCline_number_table_entry.start_pc item.
- 
lineNumberpublic int lineNumberline_number_table_entry.line_number item.
 
- 
- 
Constructor Details- 
CLLineNumberInfopublic CLLineNumberInfo(int startPC, int lineNumber) Construct a CLLineNumberInfo object.- Parameters:
- startPC- line_number_table_entry.start_pc item.
- lineNumber- line_number_table_entry.line_number item.
 
 
- 
- 
Method Details- 
writeWrite the contents of this object to the specified output stream.- Parameters:
- out- output stream.
- Throws:
- IOException- if an error occurs while writing.
 
- 
equalsReturn true if this LineNumber_info object is the same as other, and false otherwise.
 
-