joeq.Class
Class jq_TryCatch

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

public class jq_TryCatch
extends Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
jq_TryCatch(int startPC, int endPC, int handlerPC, jq_Class exType, int exceptionOffset)
           
 
Method Summary
 boolean catches(int offset, jq_Class t)
           
 int getEnd()
           
 int getExceptionOffset()
           
 jq_Class getExceptionType()
           
 int getHandlerEntry()
           
 int getStart()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

jq_TryCatch

public jq_TryCatch(int startPC,
                   int endPC,
                   int handlerPC,
                   jq_Class exType,
                   int exceptionOffset)
Method Detail

catches

public boolean catches(int offset,
                       jq_Class t)

getStart

public int getStart()

getEnd

public int getEnd()

getHandlerEntry

public int getHandlerEntry()

getExceptionType

public jq_Class getExceptionType()

getExceptionOffset

public int getExceptionOffset()

toString

public String toString()
Overrides:
toString in class Object


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