BCEL's class file verifier "JustIce"

de.fub.bytecode.verifier.structurals
Class ExceptionHandlers

java.lang.Object
  |
  +--de.fub.bytecode.verifier.structurals.ExceptionHandlers

public class ExceptionHandlers
extends java.lang.Object

This class allows easy access to ExceptionHandler objects.

Version:
$Id: ExceptionHandlers.java,v 1.7 2001/09/12 11:59:15 ehaase Exp $
Author:
Enver Haase

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

ExceptionHandlers

public ExceptionHandlers(de.fub.bytecode.generic.MethodGen mg)
Constructor. Creates a new ExceptionHandlers instance.
Method Detail

getExceptionHandlers

public 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.

(c) Enver Haase 2001, released under the FSF's "GPL version 2" license.