com.jasml.classes
Class Attribute_Exceptions

java.lang.Object
  extended bycom.jasml.classes.Attribute
      extended bycom.jasml.classes.Attribute_Exceptions

public class Attribute_Exceptions
extends Attribute


Field Summary
 int[] exception_index_table
           
 int number_of_exceptions
           
 
Fields inherited from class com.jasml.classes.Attribute
attribute_length, attribute_name, attribute_name_index, attribute_tag, attrInfo
 
Constructor Summary
Attribute_Exceptions(int attrLength, int number_of_exceptions, int[] exception_index_table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number_of_exceptions

public int number_of_exceptions

exception_index_table

public int[] exception_index_table
Constructor Detail

Attribute_Exceptions

public Attribute_Exceptions(int attrLength,
                            int number_of_exceptions,
                            int[] exception_index_table)