jbet
Class ExceptionRec

java.lang.Object
  extended by jbet.ExceptionRec
All Implemented Interfaces:
java.lang.Cloneable

public class ExceptionRec
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 java.lang.String catchType
           
 BranchTarget end
           
 BranchTarget handler
           
 BranchTarget start
           
 
Constructor Summary
ExceptionRec(Instruction start, Instruction end, Instruction handler, java.lang.String ct)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public BranchTarget start

end

public BranchTarget end

handler

public BranchTarget handler

catchType

public java.lang.String catchType
Constructor Detail

ExceptionRec

public ExceptionRec(Instruction start,
                    Instruction end,
                    Instruction handler,
                    java.lang.String ct)