|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.Class.jq_TryCatchBC
public class jq_TryCatchBC
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 |
---|
public jq_TryCatchBC(char startPC, char endPC, char handlerPC, jq_Class exType)
Method Detail |
---|
public boolean catches(int pc, jq_Class t)
public char getStartPC()
public char getEndPC()
public char getHandlerPC()
public jq_Class getExceptionType()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |