org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
Class ExceptionHandlers
java.lang.Object
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.ExceptionHandlers
public class ExceptionHandlers
- extends Object
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 |
ExceptionHandlers
public ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
- Constructor. Creates a new ExceptionHandlers instance.
getExceptionHandlers
public ExceptionHandler[] getExceptionHandlers(org.apache.bcel.generic.InstructionHandle ih)
- Returns all the ExceptionHandler instances representing exception
handlers that protect the instruction ih.
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.