joeq.Compiler.BytecodeAnalysis
Class ExceptionHandlerList
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getHandler
public ExceptionHandler getHandler()
getParent
public ExceptionHandlerList getParent()
iterator
public ExceptionHandlerIterator iterator()
Copyright © 2001-2008 John Whaley. All Rights Reserved.