|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The class represents an entry in the exception table of a ICodeAttribute as specified in the JVM specifications. This interface may be implemented by clients.
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. |
Method Detail |
public int getStartPC()
public int getEndPC()
public int getHandlerPC()
public int getCatchTypeIndex()
public char[] getCatchType()
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |