Class TypeAnnotation.TypeParameterBoundTarget

java.lang.Object
com.ibm.wala.types.annotations.TypeAnnotation.TypeAnnotationTarget
com.ibm.wala.types.annotations.TypeAnnotation.TypeParameterBoundTarget
Enclosing class:
TypeAnnotation

public static class TypeAnnotation.TypeParameterBoundTarget extends TypeAnnotation.TypeAnnotationTarget
  • Constructor Details

    • TypeParameterBoundTarget

      public TypeParameterBoundTarget(int type_parameter_index, int bound_index)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getParameterIndex

      public int getParameterIndex()
    • getBoundIndex

      public int getBoundIndex()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object