Package jminusminus
Class CLLocalVariableTableAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLLocalVariableTableAttribute
Representation of LocalVariableTable_attribute structure.
-
Field Summary
Modifier and TypeFieldDescriptionLocalVariableTable_attribute.local_variable_table item.int
LocalVariableTable_attribute.local_variable_table_length item.Fields inherited from class jminusminus.CLAttributeInfo
attributeLength, attributeNameIndex
-
Constructor Summary
ConstructorDescriptionCLLocalVariableTableAttribute
(int attributeNameIndex, long attributeLength, int localVariableTableLength, ArrayList<CLLocalVariableInfo> localVariableTable) Construct a CLLocalVariableTableAttribute object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this attribute to the specified output stream.
-
Field Details
-
localVariableTableLength
public int localVariableTableLengthLocalVariableTable_attribute.local_variable_table_length item. -
localVariableTable
LocalVariableTable_attribute.local_variable_table item.
-
-
Constructor Details
-
CLLocalVariableTableAttribute
public CLLocalVariableTableAttribute(int attributeNameIndex, long attributeLength, int localVariableTableLength, ArrayList<CLLocalVariableInfo> localVariableTable) Construct a CLLocalVariableTableAttribute object.- Parameters:
attributeNameIndex
- LocalVariableTable_attribute.attribute_name_index item.attributeLength
- LocalVariableTable_attribute.attribute_length item.localVariableTableLength
- LocalVariableTable_attribute.local_variable_table_length item.localVariableTable
- LocalVariableTable_attribute.local_variable_table item.
-
-
Method Details
-
write
Write the contents of this attribute to the specified output stream.- Overrides:
write
in classCLAttributeInfo
- Parameters:
out
- output stream.- Throws:
IOException
- if an error occurs while writing.
-