joeq.Class
Class jq_TryCatchBC

java.lang.Object
  extended by joeq.Class.jq_TryCatchBC

public class jq_TryCatchBC
extends Object


Constructor Summary
jq_TryCatchBC(char startPC, char endPC, char handlerPC, jq_Class exType)
           
 
Method Summary
 boolean catches(int pc, jq_Class t)
           
 char getEndPC()
           
 jq_Class getExceptionType()
           
 char getHandlerPC()
           
 char getStartPC()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

jq_TryCatchBC

public jq_TryCatchBC(char startPC,
                     char endPC,
                     char handlerPC,
                     jq_Class exType)
Method Detail

catches

public boolean catches(int pc,
                       jq_Class t)

getStartPC

public char getStartPC()

getEndPC

public char getEndPC()

getHandlerPC

public char getHandlerPC()

getExceptionType

public jq_Class getExceptionType()

toString

public String toString()
Overrides:
toString in class Object


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