FunctionSymbol

Package: ghidra.program.database.symbol
Type: class

12.0_PUBLIC

modifiedtype-extends: FunctionSymbol
- ghidra.program.database.symbol.SymbolDB
+ ghidra.program.database.symbol.MemorySymbol
modifiedmethod: getObject
return type: Object → Function
- java.lang.Object getObject()
+ ghidra.program.model.listing.Function getObject()
removedmethod: hasMultipleReferences
boolean hasMultipleReferences()
removedmethod: isExternal
boolean isExternal()
removedmethod: isPinned
boolean isPinned()
removedmethod: setPinned
void setPinned(boolean pinned)

10.0_PUBLIC

addedmethod: doGetParentNamespace
ghidra.program.model.symbol.Namespace doGetParentNamespace()

9.2_PUBLIC

addedmethod: doGetName
java.lang.String doGetName()
removedmethod: getName
java.lang.String getName()

9.0.2_PUBLIC

addedmethod: getSymbolsDynamicallyRenamedByMyRename
java.util.List<ghidra.program.database.symbol.SymbolDB> getSymbolsDynamicallyRenamedByMyRename()
addedmethod: validateNameSource
ghidra.program.model.symbol.SourceType validateNameSource(java.lang.String newName, ghidra.program.model.symbol.SourceType source)

9.0.1_PUBLIC

introducedInitial version