Package ghidra.app.tablechooser
Class AddressableRowObjectToFunctionTableRowMapper
- java.lang.Object
-
- docking.widgets.table.TableRowMapper<ROW_TYPE,EXPECTED_ROW_TYPE,Program>
-
- ghidra.util.table.ProgramLocationTableRowMapper<AddressableRowObject,Function>
-
- ghidra.app.tablechooser.AddressableRowObjectToFunctionTableRowMapper
-
- All Implemented Interfaces:
ExtensionPoint
public class AddressableRowObjectToFunctionTableRowMapper extends ProgramLocationTableRowMapper<AddressableRowObject,Function>
-
-
Constructor Summary
Constructors Constructor Description AddressableRowObjectToFunctionTableRowMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
map(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider)
-
Methods inherited from class ghidra.util.table.ProgramLocationTableRowMapper
createMappedTableColumn
-
Methods inherited from class docking.widgets.table.TableRowMapper
getDestinationType, getSourceType
-
-
-
-
Method Detail
-
map
public Function map(AddressableRowObject rowObject, Program program, ServiceProvider serviceProvider)
- Specified by:
map
in classTableRowMapper<AddressableRowObject,Function,Program>
-
-