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
-
Method Summary
Modifier and TypeMethodDescriptionghidra.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
-
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 classdocking.widgets.table.TableRowMapper<ghidra.feature.vt.gui.provider.functionassociation.VTFunctionRowObject,
ghidra.program.model.address.Address, ghidra.program.model.listing.Program>
-