public static class TypeAnnotationsReader.CatchTarget extends TypeAnnotationsReader.TypeAnnotationTarget
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ALL_EXCEPTIONS |
| Constructor and Description |
|---|
CatchTarget(int[] rawHandler,
java.lang.String catchType) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor) |
int |
getCatchPC() |
java.lang.String |
getCatchType() |
int |
getEndPC() |
int[] |
getRawHandler() |
int |
getStartPC() |
getTargetInfopublic int[] getRawHandler()
CodeReaderpublic <R> R acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)
acceptVisitor in class TypeAnnotationsReader.TypeAnnotationTargetpublic java.lang.String getCatchType()
public int getStartPC()
public int getEndPC()
public int getCatchPC()