org.apache.bcel.verifier.structurals
public class ExceptionHandlers extends Object
Version: $Id: ExceptionHandlers.java 152690 2001-10-29 19:59:54Z jvanzyl $
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. |