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