org.apache.bcel.verifier.structurals
public class ExceptionHandlers extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Hashtable |
exceptionhandlers
The ExceptionHandler instances.
|
Constructor and Description |
---|
ExceptionHandlers(MethodGen mg)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandler[] |
getExceptionHandlers(InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
|
private java.util.Hashtable exceptionhandlers
public ExceptionHandlers(MethodGen mg)
public ExceptionHandler[] getExceptionHandlers(InstructionHandle ih)