public class ExceptionTableEntry extends ClassFileStruct implements IExceptionTableEntry
| Modifier and Type | Method and Description |
|---|---|
char[] |
getCatchType()
Answer back the catch type name, null if getCatchTypeIndex() returns 0.
|
int |
getCatchTypeIndex()
Answer back the catch type index in the constant pool.
|
int |
getEndPC()
Answer back the end pc of this entry.
|
int |
getHandlerPC()
Answer back the handler pc of this entry.
|
int |
getStartPC()
Answer back the start pc of this entry.
|
public int getStartPC()
IExceptionTableEntrygetStartPC in interface IExceptionTableEntryIExceptionTableEntry.getStartPC()public int getEndPC()
IExceptionTableEntrygetEndPC in interface IExceptionTableEntryIExceptionTableEntry.getEndPC()public int getHandlerPC()
IExceptionTableEntrygetHandlerPC in interface IExceptionTableEntryIExceptionTableEntry.getHandlerPC()public int getCatchTypeIndex()
IExceptionTableEntrygetCatchTypeIndex in interface IExceptionTableEntryIExceptionTableEntry.getCatchTypeIndex()public char[] getCatchType()
IExceptionTableEntrygetCatchType in interface IExceptionTableEntryIExceptionTableEntry.getCatchType()