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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmap(Address rowObject, Program program, ServiceProvider serviceProvider) Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumnMethods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType 
- 
Constructor Details
- 
AddressToFunctionContainingTableRowMapper
public AddressToFunctionContainingTableRowMapper() 
 - 
 - 
Method Details
- 
map
- Specified by:
 mapin classTableRowMapper<Address,Function, Program> 
 
 -