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