Package ghidra.util.table.mapper
Class ReferenceEndpointToFunctionTableRowMapper
- java.lang.Object
-
- docking.widgets.table.TableRowMapper<ReferenceEndpoint,Function,Program>
-
- ghidra.util.table.mapper.ReferenceEndpointToFunctionTableRowMapper
-
- All Implemented Interfaces:
ExtensionPoint
public class ReferenceEndpointToFunctionTableRowMapper extends TableRowMapper<ReferenceEndpoint,Function,Program>
-
-
Constructor Summary
Constructors Constructor Description ReferenceEndpointToFunctionTableRowMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
map(ReferenceEndpoint rowObject, Program data, ServiceProvider sp)
-
Methods inherited from class docking.widgets.table.TableRowMapper
createMappedTableColumn, getDestinationType, getSourceType
-
-
-
-
Method Detail
-
map
public Function map(ReferenceEndpoint rowObject, Program data, ServiceProvider sp)
- Specified by:
map
in classTableRowMapper<ReferenceEndpoint,Function,Program>
-
-