Class ExceptionHandlers
java.lang.Object
org.apache.bcel.verifier.structurals.ExceptionHandlers
This class allows easy access to ExceptionHandler objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<InstructionHandle,
Set<ExceptionHandler>> The ExceptionHandler instances. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
-
Field Details
-
exceptionhandlers
The ExceptionHandler instances. Key: InstructionHandle objects, Values: HashSetinstances.
-
-
Constructor Details
-
ExceptionHandlers
Constructor. Creates a new ExceptionHandlers instance.
-
-
Method Details
-
getExceptionHandlers
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
-