Package | Description |
---|---|
org.apache.bcel.verifier.structurals |
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
|
Modifier and Type | Method | Description |
---|---|---|
ExceptionHandler[] |
ExceptionHandlers.getExceptionHandlers(InstructionHandle ih) |
Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
|
ExceptionHandler[] |
InstructionContext.getExceptionHandlers() |
Returns the exception handlers that protect this instruction.
|