|
BCEL's class file verifier "JustIce" | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.verifier.structurals.ExceptionHandlers
This class allows easy access to ExceptionHandler objects.
Constructor Summary | |
ExceptionHandlers(de.fub.bytecode.generic.MethodGen mg)
Constructor. |
Method Summary | |
de.fub.bytecode.verifier.structurals.ExceptionHandler[] |
getExceptionHandlers(de.fub.bytecode.generic.InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionHandlers(de.fub.bytecode.generic.MethodGen mg)
Method Detail |
public de.fub.bytecode.verifier.structurals.ExceptionHandler[] getExceptionHandlers(de.fub.bytecode.generic.InstructionHandle ih)
|
(c) Enver Haase 2001, released under the FSF's "GPL version 2" license. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |