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