Class SymbolStringable

java.lang.Object
ghidra.feature.vt.api.util.Stringable
ghidra.feature.vt.api.stringable.SymbolStringable
All Implemented Interfaces:
docking.widgets.table.DisplayStringProvider, ghidra.util.classfinder.ExtensionPoint

public class SymbolStringable extends Stringable
  • Field Details

  • Constructor Details

    • SymbolStringable

      public SymbolStringable()
    • SymbolStringable

      public SymbolStringable(String symbolName, ghidra.program.model.symbol.SourceType symbolType)
  • Method Details

    • getDisplayString

      public String getDisplayString()
      Description copied from class: Stringable
      getDisplayString() returns a display string for this stringable.
      Note: It must not return a null. Instead it should return an empty string if it has no value.
      Specified by:
      getDisplayString in interface docking.widgets.table.DisplayStringProvider
      Specified by:
      getDisplayString in class Stringable
    • doConvertToString

      protected String doConvertToString(ghidra.program.model.listing.Program program)
      Specified by:
      doConvertToString in class Stringable
    • doRestoreFromString

      protected void doRestoreFromString(String string, ghidra.program.model.listing.Program program)
      Specified by:
      doRestoreFromString in class Stringable
    • getSymbolName

      public String getSymbolName()
    • getSourceType

      public ghidra.program.model.symbol.SourceType getSourceType()
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class Stringable
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in class Stringable