|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ExceptionTableEntry
public class ExceptionTableEntry
This class describes an entry in the exception table attribute according to the JVM specifications.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct |
|---|
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getStartPC()
IExceptionTableEntry
getStartPC in interface IExceptionTableEntryIExceptionTableEntry.getStartPC()public int getEndPC()
IExceptionTableEntry
getEndPC in interface IExceptionTableEntryIExceptionTableEntry.getEndPC()public int getHandlerPC()
IExceptionTableEntry
getHandlerPC in interface IExceptionTableEntryIExceptionTableEntry.getHandlerPC()public int getCatchTypeIndex()
IExceptionTableEntry
getCatchTypeIndex in interface IExceptionTableEntryIExceptionTableEntry.getCatchTypeIndex()public char[] getCatchType()
IExceptionTableEntry
getCatchType in interface IExceptionTableEntryIExceptionTableEntry.getCatchType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||