Class FunctionRowObjectToAddressTableRowMapper

java.lang.Object
docking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.model.address.Address,ghidra.program.model.listing.Program>
ghidra.util.table.ProgramLocationTableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.model.address.Address>
ghidra.feature.vt.gui.provider.functionassociation.FunctionRowObjectToAddressTableRowMapper
All Implemented Interfaces:
ghidra.util.classfinder.ExtensionPoint

public class FunctionRowObjectToAddressTableRowMapper extends ghidra.util.table.ProgramLocationTableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.model.address.Address>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ghidra.program.model.address.Address
    map(ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject rowObject, ghidra.program.model.listing.Program data, ghidra.framework.plugintool.ServiceProvider serviceProvider)
     

    Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper

    createMappedTableColumn

    Methods inherited from class docking.widgets.table.TableRowMapper

    getDestinationType, getSourceType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FunctionRowObjectToAddressTableRowMapper

      public FunctionRowObjectToAddressTableRowMapper()
  • Method Details

    • map

      public ghidra.program.model.address.Address map(ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject rowObject, ghidra.program.model.listing.Program data, ghidra.framework.plugintool.ServiceProvider serviceProvider)
      Specified by:
      map in class docking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,ghidra.program.model.address.Address,ghidra.program.model.listing.Program>