public static class TypeAnnotationsReader.TypeParameterBoundTarget extends TypeAnnotationsReader.TypeAnnotationTarget
| Constructor and Description |
|---|
TypeParameterBoundTarget(int type_parameter_index,
int bound_index,
java.lang.String boundSignature) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor) |
int |
getBoundIndex() |
java.lang.String |
getBoundSignature() |
int |
getParameterIndex() |
getTargetInfopublic TypeParameterBoundTarget(int type_parameter_index,
int bound_index,
java.lang.String boundSignature)
public int getParameterIndex()
public int getBoundIndex()
public <R> R acceptVisitor(TypeAnnotationsReader.TypeAnnotationTargetVisitor<R> visitor)
acceptVisitor in class TypeAnnotationsReader.TypeAnnotationTargetpublic java.lang.String getBoundSignature()