Package jminusminus

Class CLExceptionsAttribute

java.lang.Object
jminusminus.CLAttributeInfo
jminusminus.CLExceptionsAttribute

class CLExceptionsAttribute extends CLAttributeInfo
Representation of Exceptions_attribute structure.
  • Field Details

    • numberOfExceptions

      public int numberOfExceptions
      Exceptions_attribute.number_of_exceptions item.
    • exceptionIndexTable

      public ArrayList<Integer> exceptionIndexTable
      Exceptions_attribute.exception_index_table item.
  • Constructor Details

    • CLExceptionsAttribute

      public 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