Interface IRegistersResolution


public interface IRegistersResolution
Registers resolution data attached to an "augmented" instruction.
  • Method Summary

    Modifier and Type
    Method
    Description
    getAll(boolean postExec)
    Retrieve the list of candidate values held by this object.
    boolean
    Determine if this object contains any candidate register values.
  • Method Details

    • isEmpty

      boolean isEmpty()
      Determine if this object contains any candidate register values.
      Returns:
    • getAll

      Map<Long,List<Long>> getAll(boolean postExec)
      Retrieve the list of candidate values held by this object.
      Parameters:
      postExec -
      Returns: