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