harpoon.IR.Bytecode
Class Code.ExceptionEntry

java.lang.Object
  extended by harpoon.IR.Bytecode.Code.ExceptionEntry
All Implemented Interfaces:
Comparable
Enclosing class:
Code

public static class Code.ExceptionEntry
extends Object
implements Comparable

Represents exception handlers in this code view.


Method Summary
 HClass caughtException()
           
 int compareTo(Object o)
           
 Instr handler()
           
 boolean inTry(Instr i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

inTry

public boolean inTry(Instr i)

caughtException

public HClass caughtException()

handler

public Instr handler()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

toString

public String toString()
Overrides:
toString in class Object