Interface EquateReference


public interface EquateReference
Interface to define an equate reference. Equate references consist of an address and an operand index.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the address associated with this reference.
    long
    Returns the dynamic Hash value associated with the referenced constant varnode.
    short
    Returns the opcode index for the instruction located at this references address, or -1 if .
  • Method Details Link icon

    • getAddress Link icon

      Address getAddress()
      Returns the address associated with this reference.
    • getOpIndex Link icon

      short getOpIndex()
      Returns the opcode index for the instruction located at this references address, or -1 if .
    • getDynamicHashValue Link icon

      long getDynamicHashValue()
      Returns the dynamic Hash value associated with the referenced constant varnode. A value of zero (0) indicates not applicable.
      See Also: