public static class TypeAnnotation.TypeParameterBoundTarget extends TypeAnnotation.TypeAnnotationTarget
INSTRUCTION_INDEX_UNAVAILABLE| Constructor and Description |
|---|
TypeParameterBoundTarget(int type_parameter_index,
int bound_index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getBoundIndex() |
int |
getParameterIndex() |
int |
hashCode() |
java.lang.String |
toString() |
public TypeParameterBoundTarget(int type_parameter_index,
int bound_index)
public java.lang.String toString()
toString in class java.lang.Objectpublic int getParameterIndex()
public int getBoundIndex()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object