public class ExceptionTable
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionTable() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2001. Documenation generated January 12 2013.