|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectalt.jiapi.reflect.ExceptionTable
public class ExceptionTable
This class represents a low level Exception table in JiapiMethod.
| Constructor Summary | |
|---|---|
ExceptionTable()
|
|
| Method Summary | |
|---|---|
void |
addEntry(Instruction start,
Instruction end,
Instruction handlerStart,
java.lang.String name)
Adds an entry. |
java.util.List |
getEntries()
Gets the entries in this Exception table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionTable()
| Method Detail |
|---|
public void addEntry(Instruction start,
Instruction end,
Instruction handlerStart,
java.lang.String name)
start - Start of the try blockend - end of the try blockhandlerStart - Start of the Exception Handlerpublic java.util.List getEntries()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||