Class MemoryMatchToProgramLocationTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<MemoryMatch<SearchData>,ProgramLocation,Program>
ghidra.util.table.ProgramLocationTableRowMapper<MemoryMatch<SearchData>,ProgramLocation>
ghidra.features.base.memsearch.gui.MemoryMatchToProgramLocationTableRowMapper
- All Implemented Interfaces:
ExtensionPoint
public class MemoryMatchToProgramLocationTableRowMapper
extends ProgramLocationTableRowMapper<MemoryMatch<SearchData>,ProgramLocation>
Maps
MemoryMatch objects (search result) to program locations to pick up
program location based table columns.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap(MemoryMatch<SearchData> rowObject, Program program, ServiceProvider serviceProvider) Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumnMethods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
MemoryMatchToProgramLocationTableRowMapper
public MemoryMatchToProgramLocationTableRowMapper()
-
-
Method Details
-
map
public ProgramLocation map(MemoryMatch<SearchData> rowObject, Program program, ServiceProvider serviceProvider) - Specified by:
mapin classTableRowMapper<MemoryMatch<SearchData>,ProgramLocation, Program>
-