joeq.Compiler.BytecodeAnalysis
Class ExceptionHandler
java.lang.Object
joeq.Compiler.BytecodeAnalysis.ExceptionHandler
public class ExceptionHandler
- extends Object
Exception handler for a bytecode CFG.
- Version:
- $Id: ExceptionHandler.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 |
getExceptionType
public jq_Class getExceptionType()
getEntry
public BasicBlock getEntry()
getHandledBlocks
public BasicBlock[] getHandledBlocks()
Copyright © 2001-2008 John Whaley. All Rights Reserved.