joeq.Compiler.BytecodeAnalysis
Class ExceptionHandlerList

java.lang.Object
  extended by joeq.Compiler.BytecodeAnalysis.ExceptionHandlerList

public class ExceptionHandlerList
extends Object

List of exception handlers for a bytecode CFG.

Version:
$Id: ExceptionHandlerList.java 2282 2005-05-28 11:14:27Z joewhaley $
Author:
John Whaley

Method Summary
 ExceptionHandler getHandler()
           
 ExceptionHandlerList getParent()
           
 ExceptionHandlerIterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHandler

public ExceptionHandler getHandler()

getParent

public ExceptionHandlerList getParent()

iterator

public ExceptionHandlerIterator iterator()


Copyright © 2001-2008 John Whaley. All Rights Reserved.