ProgramSymbolActionContext

Package: ghidra.app.context
Type: class

12.1_PUBLIC

addedmethod: getLocation
ghidra.program.util.ProgramLocation getLocation()
modifiedtype-implements: ProgramSymbolActionContext
- (none)
+ ghidra.app.context.ProgramLocationSupplierContext

9.2_PUBLIC

modifiedmethod: getSymbols
return type: SymbolIterator → Iterable
- ghidra.program.model.symbol.SymbolIterator getSymbols()
+ java.lang.Iterable<ghidra.program.model.symbol.Symbol> getSymbols()

9.0.1_PUBLIC

introducedInitial version