Package jminusminus
Class CLExceptionsAttribute
java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLExceptionsAttribute
Representation of Exceptions_attribute structure.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionExceptions_attribute.exception_index_table item.intExceptions_attribute.number_of_exceptions item.Fields inherited from class jminusminus.CLAttributeInfoattributeLength, attributeNameIndex
- 
Constructor SummaryConstructorsConstructorDescriptionCLExceptionsAttribute(int attributeNameIndex, long attributeLength, int numberOfExceptions, ArrayList<Integer> exceptionIndexTable) Construct a CLExceptionsAttribute object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(CLOutputStream out) Write the contents of this attribute to the specified output stream.
- 
Field Details- 
numberOfExceptionspublic int numberOfExceptionsExceptions_attribute.number_of_exceptions item.
- 
exceptionIndexTableExceptions_attribute.exception_index_table item.
 
- 
- 
Constructor Details- 
CLExceptionsAttributepublic CLExceptionsAttribute(int attributeNameIndex, long attributeLength, int numberOfExceptions, ArrayList<Integer> exceptionIndexTable) Construct a CLExceptionsAttribute object.- Parameters:
- attributeNameIndex- Exceptions_attribute.attribute_name_index item.
- attributeLength- Exceptions_attribute.attribute_length item.
- numberOfExceptions- Exceptions_attribute.number_of_exceptions item.
- exceptionIndexTable- Exceptions_attribute.exception_index_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.
 
 
-