|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jasml.classes.Attribute_Code.ExceptionTableItem
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 |
public int start_pc
public int end_pc
public int handler_pc
public int catch_type
Constructor Detail |
public Attribute_Code.ExceptionTableItem(int start_pc, int end_pc, int handler_pc, int catch_type)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |