SymbolTable

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

10.3_PUBLIC

addedmethod: scanSymbolsByName
ghidra.program.model.symbol.SymbolIterator scanSymbolsByName(java.lang.String startName)
modifiedmethod: getPrimarySymbolIterator
param 1 renamed: asv → addressSet
- ghidra.program.model.symbol.SymbolIterator getPrimarySymbolIterator(ghidra.program.model.address.AddressSetView asv, boolean forward)
+ ghidra.program.model.symbol.SymbolIterator getPrimarySymbolIterator(ghidra.program.model.address.AddressSetView addressSet, boolean forward)
modifiedmethod: getSymbols
param 1 renamed: set → addressSet
- ghidra.program.model.symbol.SymbolIterator getSymbols(ghidra.program.model.address.AddressSetView set, ghidra.program.model.symbol.SymbolType type, boolean forward)
+ ghidra.program.model.symbol.SymbolIterator getSymbols(ghidra.program.model.address.AddressSetView addressSet, ghidra.program.model.symbol.SymbolType type, boolean forward)

10.1_PUBLIC

addedmethod: getSymbolsAsIterator
ghidra.program.model.symbol.SymbolIterator getSymbolsAsIterator(ghidra.program.model.address.Address addr)
removedmethod: createSymbol
ghidra.program.model.symbol.Symbol createSymbol(ghidra.program.model.address.Address addr, java.lang.String name, ghidra.program.model.symbol.SourceType source) throws InvalidInputException
removedmethod: createSymbol
ghidra.program.model.symbol.Symbol createSymbol(ghidra.program.model.address.Address addr, java.lang.String name, ghidra.program.model.symbol.Namespace namespace, ghidra.program.model.symbol.SourceType source) throws DuplicateNameException, InvalidInputException
removedmethod: getSymbol
ghidra.program.model.symbol.Symbol getSymbol(java.lang.String name, ghidra.program.model.symbol.Namespace namespace)
removedmethod: getSymbol
ghidra.program.model.symbol.Symbol getSymbol(java.lang.String name)

10.0_PUBLIC

addedmethod: convertNamespaceToClass
ghidra.program.model.listing.GhidraClass convertNamespaceToClass(ghidra.program.model.symbol.Namespace namespace)
addedmethod: getOrCreateNameSpace
ghidra.program.model.symbol.Namespace getOrCreateNameSpace(ghidra.program.model.symbol.Namespace parent, java.lang.String name, ghidra.program.model.symbol.SourceType source) throws DuplicateNameException, InvalidInputException
removedmethod: createSymbolPlaceholder
ghidra.program.model.symbol.Symbol createSymbolPlaceholder(ghidra.program.model.address.Address address, long id)

9.2_PUBLIC

addedmethod: createSymbolPlaceholder
ghidra.program.model.symbol.Symbol createSymbolPlaceholder(ghidra.program.model.address.Address address, long id)

9.0.2_PUBLIC

introducedInitial version