joeq.Compiler.BytecodeAnalysis
Class Bytecodes.TargetLostException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by joeq.Compiler.BytecodeAnalysis.Bytecodes.TargetLostException
All Implemented Interfaces:
Serializable
Enclosing interface:
Bytecodes

public static final class Bytecodes.TargetLostException
extends Exception

See Also:
Serialized Form

Method Summary
 List getTargets()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTargets

public List getTargets()
Returns:
list of instructions still being targeted.


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