|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.ExceptionHandlers
public class ExceptionHandlers
This class allows easy access to ExceptionHandler objects. WARNING! These classes are a fork of the bcel verifier.
Constructor Summary | |
---|---|
ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
Constructor. |
Method Summary | |
---|---|
ExceptionHandler[] |
getExceptionHandlers(org.apache.bcel.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(org.apache.bcel.generic.MethodGen mg)
Method Detail |
---|
public ExceptionHandler[] getExceptionHandlers(org.apache.bcel.generic.InstructionHandle ih)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |