Class DisplayableVariableOffset

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

public class DisplayableVariableOffset extends Object implements DisplayableOffset
  • Field Details

    • function

      protected final ghidra.program.model.listing.Function function
    • parameterAddress

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

      protected long offset
    • offsetAsBigInteger

      protected BigInteger offsetAsBigInteger
  • Constructor Details

    • DisplayableVariableOffset

      public DisplayableVariableOffset(ghidra.program.model.listing.Function function, ghidra.program.model.address.Address parameterAddress)
  • Method Details