|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.verifier.structurals.ExceptionHandlers
public class ExceptionHandlers
This class allows easy access to ExceptionHandler objects.
Field Summary | |
---|---|
private java.util.Hashtable |
exceptionhandlers
The ExceptionHandler instances. |
Constructor Summary | |
---|---|
ExceptionHandlers(MethodGen mg)
Constructor. |
Method Summary | |
---|---|
ExceptionHandler[] |
getExceptionHandlers(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 |
Field Detail |
---|
private java.util.Hashtable exceptionhandlers
Constructor Detail |
---|
public ExceptionHandlers(MethodGen mg)
Method Detail |
---|
public ExceptionHandler[] getExceptionHandlers(InstructionHandle ih)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |