Class MatchInfo

java.lang.Object
ghidra.feature.vt.gui.util.MatchInfo

public class MatchInfo extends Object
  • Method Details

    • clearCache

      public void clearCache()
    • getMatch

      public VTMatch getMatch()
    • getSourceFunction

      public ghidra.program.model.listing.Function getSourceFunction()
    • getDestinationFunction

      public ghidra.program.model.listing.Function getDestinationFunction()
    • getSourceData

      public ghidra.program.model.listing.Data getSourceData()
    • getDestinationData

      public ghidra.program.model.listing.Data getDestinationData()
    • getSourceAddressSet

      public ghidra.program.model.address.AddressSetView getSourceAddressSet()
    • getDestinationAddressSet

      public ghidra.program.model.address.AddressSetView getDestinationAddressSet()
    • getAppliableMarkupItems

      public Collection<VTMarkupItem> getAppliableMarkupItems(ghidra.util.task.TaskMonitor monitor)
    • getDestinationAddress

      public ghidra.program.model.address.Address getDestinationAddress(ghidra.program.model.address.Address sourceAddress, AddressCorrelatorManager correlatorMgr)
    • getCurrentMarkupForLocation

      public VTMarkupItem getCurrentMarkupForLocation(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program)
    • toString

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

      public static VTMarkupType getMarkupTypeForLocation(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program)
    • getMarkupAddressForLocation

      public static ghidra.program.model.address.Address getMarkupAddressForLocation(ghidra.program.util.ProgramLocation programLocation, ghidra.program.model.listing.Program program)