org.apache.commons.javaflow.bytecode.transformation.bcel.analyser
Class ExceptionHandlers

java.lang.Object
  extended by org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.ExceptionHandlers

public class ExceptionHandlers
extends java.lang.Object

This class allows easy access to ExceptionHandler objects. WARNING! These classes are a fork of the bcel verifier.

Version:
$Id: ExceptionHandlers.java 480487 2006-11-29 08:54:42Z bayard $
Author:
Enver Haase

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

ExceptionHandlers

public ExceptionHandlers(org.apache.bcel.generic.MethodGen mg)
Constructor. Creates a new ExceptionHandlers instance.

Method Detail

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-2008 The Apache Software Foundation. All Rights Reserved.