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 and Description |
---|---|
ExceptionHandler[] |
InstructionContext.getExceptionHandlers()
Returns the exception handlers that protect this instruction.
|
ExceptionHandler[] |
ExceptionHandlers.getExceptionHandlers(InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
|
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.