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
-
Method Summary
Modifier and TypeMethodDescriptionmap
(ReferenceEndpoint rowObject, Program data, ServiceProvider sp) Methods inherited from class docking.widgets.table.TableRowMapper
createMappedTableColumn, getDestinationType, getSourceType
-
Constructor Details
-
ReferenceEndpointToFunctionTableRowMapper
public ReferenceEndpointToFunctionTableRowMapper()
-
-
Method Details
-
map
- Specified by:
map
in classTableRowMapper<ReferenceEndpoint,
Function, Program>
-