Package jminusminus
Class CLLocalVariableTypeInfo
java.lang.Object
jminusminus.CLLocalVariableTypeInfo
Representation of local_variable_type_table entry structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintlocal_variable_type_table_entry.index item.intlocal_variable_type_table_entry.length item.intlocal_variable_type_table_entry.name_index item.intlocal_variable_type_table_entry.descriptor_index item.intlocal_variable_type_table_entry.start_pc item.
- 
Constructor SummaryConstructorsConstructorDescriptionCLLocalVariableTypeInfo(int startPC, int length, int nameIndex, int signatureIndex, int index) Construct a CLLocalVariableTypeInfo object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this object to the specified output stream.
- 
Field Details- 
startPCpublic int startPClocal_variable_type_table_entry.start_pc item.
- 
lengthpublic int lengthlocal_variable_type_table_entry.length item.
- 
nameIndexpublic int nameIndexlocal_variable_type_table_entry.name_index item.
- 
signatureIndexpublic int signatureIndexlocal_variable_type_table_entry.descriptor_index item.
- 
indexpublic int indexlocal_variable_type_table_entry.index item.
 
- 
- 
Constructor Details- 
CLLocalVariableTypeInfopublic CLLocalVariableTypeInfo(int startPC, int length, int nameIndex, int signatureIndex, int index) Construct a CLLocalVariableTypeInfo object.- Parameters:
- startPC- local_variable_type_table_entry.start_pc item.
- length- local_variable_type_table_entry.length item.
- nameIndex- local_variable_type_table_entry.name_index item.
- signatureIndex- local_variable_type_table_entry.signature_index item.
- index- local_variable_type_table_entry.index 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.
 
 
-