Package jminusminus
Class CLLocalVariableTypeTableAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLLocalVariableTypeTableAttribute
Representation of LocalVariableTypeTable_attribute structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionLocalVariableTypeTable_attribute.local_variable_type_table item.intLocalVariableTypeTable_attribute.Fields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLLocalVariableTypeTableAttribute(int attributeNameIndex, long attributeLength, int localVariableTypeTableLength, ArrayList<CLLocalVariableTypeInfo> localVariableTypeTable) Construct a CLLocalVariableTypeTableAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
localVariableTypeTableLengthpublic int localVariableTypeTableLengthLocalVariableTypeTable_attribute. local_variable_type_table_length item.
- 
localVariableTypeTableLocalVariableTypeTable_attribute.local_variable_type_table item.
 
- 
- 
Constructor Details- 
CLLocalVariableTypeTableAttributepublic 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- 
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.
 
 
-