Class LinearDataAddressCorrelation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      ChangeModifier and Type Method Description
      AddressRange getCorrelatedDestinationRange​(Address sourceAddress, TaskMonitor monitor)
      Returns the AddressRange of a set of addresses in the destination program that correlates to corresponding range in the source program.
      java.lang.String getName()
      Returns the name of the correlating algorithm.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinearDataAddressCorrelation

        public LinearDataAddressCorrelation​(Data sourceData,
                                            Data destinationData)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: AddressCorrelation
        Returns the name of the correlating algorithm.
        Specified by:
        getName in interface AddressCorrelation
        Returns:
        the name of the correlating algorithm.