org.apache.bcel.verifier.structurals
public class ExceptionHandlers extends Object
Version: $Id: ExceptionHandlers.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| Hashtable | exceptionhandlers
The ExceptionHandler instances.
|
| Constructor Summary | |
|---|---|
| ExceptionHandlers(MethodGen mg)
Constructor. | |
| Method Summary | |
|---|---|
| ExceptionHandler[] | getExceptionHandlers(InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih. |