org.apache.bcel.verifier.structurals
public class ExceptionHandlers extends Object
Version: $Id: ExceptionHandlers.java 438658 2006-08-30 21:52:09Z dbrosius $
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. |