com.jeffpalm.basic.bytecode
Interface Iexception_table_info

All Superinterfaces:
IInfo
All Known Implementing Classes:
exception_table_info

public interface Iexception_table_info
extends IInfo


Method Summary
 Iu2 catch_type()
           
 Iu2 end_pc()
           
 Iu2 handler_pc()
           
 Iu2 start_pc()
           
 

Method Detail

start_pc

Iu2 start_pc()

end_pc

Iu2 end_pc()

handler_pc

Iu2 handler_pc()

catch_type

Iu2 catch_type()