|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jeffpalm.basic.bytecode.base.Info
com.jeffpalm.basic.bytecode.base.exception_table_info
public class exception_table_info
| Field Summary | |
|---|---|
u2 |
catch_type
|
u2 |
end_pc
|
u2 |
handler_pc
|
u2 |
start_pc
|
| Fields inherited from interface com.jeffpalm.basic.bytecode.base.ConstantFlags |
|---|
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 |
| Constructor Summary | |
|---|---|
exception_table_info(u2 start_pc,
u2 end_pc,
u2 handler_pc,
u2 catch_type)
|
|
| Method Summary | |
|---|---|
Iu2 |
catch_type()
|
Iu2 |
end_pc()
|
Iu2 |
handler_pc()
|
Iu2 |
start_pc()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public u2 start_pc
public u2 end_pc
public u2 handler_pc
public u2 catch_type
| Constructor Detail |
|---|
public exception_table_info(u2 start_pc,
u2 end_pc,
u2 handler_pc,
u2 catch_type)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic Iu2 start_pc()
start_pc in interface Iexception_table_infopublic Iu2 end_pc()
end_pc in interface Iexception_table_infopublic Iu2 handler_pc()
handler_pc in interface Iexception_table_infopublic Iu2 catch_type()
catch_type in interface Iexception_table_info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||