public static class TypeAnnotationsReader.TypeArgumentTarget extends TypeAnnotationsReader.TypeAnnotationTarget
| Constructor and Description |
|---|
TypeArgumentTarget(int offset,
int type_argument_index) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor) |
int |
getOffset() |
int |
getTypeArgumentIndex() |
getTargetInfopublic TypeArgumentTarget(int offset,
int type_argument_index)
public int getOffset()
public int getTypeArgumentIndex()
public <R> R acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)
acceptVisitor in class TypeAnnotationsReader.TypeAnnotationTarget