Interface DisplayableAddress

All Superinterfaces:
Comparable<DisplayableAddress>, docking.widgets.table.DisplayStringProvider
All Known Subinterfaces:
EditableAddress
All Known Implementing Classes:
DisplayableListingAddress, DisplayableLocalVariableAddress, DisplayableParameterAddress, EditableListingAddress, EditableParameterAddress

public interface DisplayableAddress extends docking.widgets.table.DisplayStringProvider, Comparable<DisplayableAddress>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ghidra.program.model.address.Address
     
     
    ghidra.program.model.listing.Program
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Field Details

  • Method Details

    • getDisplayString

      String getDisplayString()
      Specified by:
      getDisplayString in interface docking.widgets.table.DisplayStringProvider
    • getAddress

      ghidra.program.model.address.Address getAddress()
    • getProgram

      ghidra.program.model.listing.Program getProgram()