Class TypeAnnotation.LocalVarTarget

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

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

    • LocalVarTarget

      public LocalVarTarget(int varIindex, String name)
  • Method Details

    • toString

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

      public int getIndex()
    • getName

      public String getName()
      Returns:
      the name of the local Variable, or null if it could not be determined (for example, if the LocalVariableTable in the corresponding class file is missing).
    • hashCode

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

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