Package jminusminus
Class CLLocalVariableTypeTableAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLLocalVariableTypeTableAttribute
Representation of LocalVariableTypeTable_attribute structure.
-
Field Summary
Modifier and TypeFieldDescriptionLocalVariableTypeTable_attribute.local_variable_type_table item.int
LocalVariableTypeTable_attribute.Fields inherited from class jminusminus.CLAttributeInfo
attributeLength, attributeNameIndex
-
Constructor Summary
ConstructorDescriptionCLLocalVariableTypeTableAttribute
(int attributeNameIndex, long attributeLength, int localVariableTypeTableLength, ArrayList<CLLocalVariableTypeInfo> localVariableTypeTable) Construct a CLLocalVariableTypeTableAttribute object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(CLOutputStream out) Write the contents of this attribute to the specified output stream.
-
Field Details
-
localVariableTypeTableLength
public int localVariableTypeTableLengthLocalVariableTypeTable_attribute. local_variable_type_table_length item. -
localVariableTypeTable
LocalVariableTypeTable_attribute.local_variable_type_table item.
-
-
Constructor Details
-
CLLocalVariableTypeTableAttribute
public CLLocalVariableTypeTableAttribute(int attributeNameIndex, long attributeLength, int localVariableTypeTableLength, ArrayList<CLLocalVariableTypeInfo> localVariableTypeTable) Construct a CLLocalVariableTypeTableAttribute object.- Parameters:
attributeNameIndex
- LocalVariableTypeTable_attribute.attribute_name_index item.attributeLength
- LocalVariableTypeTable_attribute.attribute_length item.localVariableTypeTableLength
- LocalVariableTypeTable_attribute. local_variable_type_table_length item.localVariableTypeTable
- LocalVariableTypeTable_attribute.local_variable_type_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.
-