Package ghidra.util.table.mapper
Class AddressToFunctionContainingTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<Address,Function,Program>
ghidra.util.table.ProgramLocationTableRowMapper<Address,Function>
ghidra.util.table.mapper.AddressToFunctionContainingTableRowMapper
- All Implemented Interfaces:
ExtensionPoint
public class AddressToFunctionContainingTableRowMapper
extends ProgramLocationTableRowMapper<Address,Function>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmap
(Address 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
-
AddressToFunctionContainingTableRowMapper
public AddressToFunctionContainingTableRowMapper()
-
-
Method Details
-
map
- Specified by:
map
in classTableRowMapper<Address,
Function, Program>
-