Class FunctionSymbolToFunctionTableRowMapper
java.lang.Object
docking.widgets.table.TableRowMapper<FunctionSymbol, Function, Program>
ghidra.util.table.ProgramLocationTableRowMapper<FunctionSymbol, Function>
ghidra.features.bsim.gui.search.dialog.FunctionSymbolToFunctionTableRowMapper
- All Implemented Interfaces:
ExtensionPoint
public class FunctionSymbolToFunctionTableRowMapper
extends ProgramLocationTableRowMapper<FunctionSymbol, Function>
Maps FunctionSymbols to Functions to get table columns for functions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap(FunctionSymbol rowObject, Program data, ServiceProvider serviceProvider) Methods inherited from class ProgramLocationTableRowMapper
createMappedTableColumnMethods inherited from class TableRowMapper
getDestinationType, getSourceType
-
Constructor Details
-
FunctionSymbolToFunctionTableRowMapper
public FunctionSymbolToFunctionTableRowMapper()
-
-
Method Details
-
map
- Specified by:
mapin classTableRowMapper<FunctionSymbol, Function, Program>
-