public class ExceptionLabel extends Label
| Modifier and Type | Field and Description |
|---|---|
TypeBinding |
exceptionType |
TypeReference |
exceptionTypeReference |
int[] |
ranges |
Annotation[] |
se7Annotations |
codeStream, POS_NOT_SET, position| Constructor and Description |
|---|
ExceptionLabel(CodeStream codeStream,
TypeBinding exceptionType) |
ExceptionLabel(CodeStream codeStream,
TypeBinding exceptionType,
TypeReference exceptionTypeReference,
Annotation[] se7Annotations) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
void |
place() |
void |
placeEnd() |
void |
placeStart() |
java.lang.String |
toString() |
public int[] ranges
public TypeBinding exceptionType
public TypeReference exceptionTypeReference
public Annotation[] se7Annotations
public ExceptionLabel(CodeStream codeStream, TypeBinding exceptionType, TypeReference exceptionTypeReference, Annotation[] se7Annotations)
public ExceptionLabel(CodeStream codeStream, TypeBinding exceptionType)