Uses of Class
org.apache.bcel.verifier.structurals.ExceptionHandler
Package
Description
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of ExceptionHandler in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionExceptionHandlers.getExceptionHandlers
(InstructionHandle ih) Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.InstructionContext.getExceptionHandlers()
Returns the exception handlers that protect this instruction.