public interface 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.
|
int getStartPC()
int getEndPC()
int getHandlerPC()
int getCatchTypeIndex()
char[] getCatchType()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.