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 ProgramLocationTableRowMapper
createMappedTableColumnMethods inherited from class TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
BSimResultRowObjectToAddressTableRowMapper
public BSimResultRowObjectToAddressTableRowMapper()
-
-
Method Details
-
map
- Specified by:
mapin classTableRowMapper<BSimMatchResult, Address, Program>
-