joeq.Compiler.BytecodeAnalysis
Class ExceptionHandler

java.lang.Object
  extended by 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

Method Summary
 BasicBlock getEntry()
           
 jq_Class getExceptionType()
           
 BasicBlock[] getHandledBlocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExceptionType

public jq_Class getExceptionType()

getEntry

public BasicBlock getEntry()

getHandledBlocks

public BasicBlock[] getHandledBlocks()


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