Class DisplayableListingOffset

java.lang.Object
ghidra.feature.vt.gui.provider.markuptable.DisplayableListingOffset
All Implemented Interfaces:
docking.widgets.table.DisplayStringProvider, DisplayableOffset, Comparable<DisplayableOffset>

public class DisplayableListingOffset extends Object implements DisplayableOffset
  • Field Details

    • program

      protected final ghidra.program.model.listing.Program program
    • address

      protected ghidra.program.model.address.Address address
    • offset

      protected long offset
    • offsetAsBigInteger

      protected BigInteger offsetAsBigInteger
  • Constructor Details

    • DisplayableListingOffset

      public DisplayableListingOffset(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address currentAddress)
  • Method Details