Class BSimResultRowObjectToAddressTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<BSimMatchResult,Address,Program>
ghidra.util.table.ProgramLocationTableRowMapper<BSimMatchResult,Address>
ghidra.features.bsim.gui.search.results.BSimResultRowObjectToAddressTableRowMapper
- All Implemented Interfaces:
ExtensionPoint
public class BSimResultRowObjectToAddressTableRowMapper
extends ProgramLocationTableRowMapper<BSimMatchResult,Address>
Maps BSimMatchResult objects to Address to get addition table columns
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap
(BSimMatchResult rowObject, Program program, ServiceProvider serviceProvider) Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumn
Methods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
BSimResultRowObjectToAddressTableRowMapper
public BSimResultRowObjectToAddressTableRowMapper()
-
-
Method Details
-
map
- Specified by:
map
in classTableRowMapper<BSimMatchResult,
Address, Program>
-