Uses of Class
org.apache.bcel.verifier.structurals.ExceptionHandler
Packages that use 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
Fields in org.apache.bcel.verifier.structurals declared as ExceptionHandlerModifier and TypeFieldDescription(package private) static final ExceptionHandler[]
ExceptionHandler.EMPTY_ARRAY
private static final ExceptionHandler[]
ExceptionHandlers.EMPTY_ARRAY
Empty array.Fields in org.apache.bcel.verifier.structurals with type parameters of type ExceptionHandlerModifier and TypeFieldDescriptionprivate final Map
<InstructionHandle, Set<ExceptionHandler>> ExceptionHandlers.exceptionHandlers
The ExceptionHandler instances.Methods in org.apache.bcel.verifier.structurals that return ExceptionHandlerModifier and TypeMethodDescriptionControlFlowGraph.InstructionContextImpl.getExceptionHandlers()
Returns the exception handlers of this instruction.ExceptionHandlers.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.