|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.rice.cs.cunit.classFile.attributes.CodeAttributeInfo.ExceptionTableEntry
public static class CodeAttributeInfo.ExceptionTableEntry
Field Summary | |
---|---|
int |
catchType
|
int |
endPC
|
int |
handlerPC
|
int |
startPC
|
Constructor Summary | |
---|---|
CodeAttributeInfo.ExceptionTableEntry(int startPC,
int endPC,
int handlerPC,
int catchType)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int startPC
public int endPC
public int handlerPC
public int catchType
Constructor Detail |
---|
public CodeAttributeInfo.ExceptionTableEntry(int startPC, int endPC, int handlerPC, int catchType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |