com.jasml.classes
Class Attribute_Code.ExceptionTableItem

java.lang.Object
  extended bycom.jasml.classes.Attribute_Code.ExceptionTableItem
Enclosing class:
Attribute_Code

public static class Attribute_Code.ExceptionTableItem
extends java.lang.Object


Field Summary
 int catch_type
           
 int end_pc
           
 int handler_pc
           
 int start_pc
           
 
Constructor Summary
Attribute_Code.ExceptionTableItem(int start_pc, int end_pc, int handler_pc, int catch_type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_pc

public int start_pc

end_pc

public int end_pc

handler_pc

public int handler_pc

catch_type

public int catch_type
Constructor Detail

Attribute_Code.ExceptionTableItem

public Attribute_Code.ExceptionTableItem(int start_pc,
                                         int end_pc,
                                         int handler_pc,
                                         int catch_type)