NamespaceManager

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

11.1_PUBLIC

addedmethod: programReady
void programReady(ghidra.framework.data.OpenMode openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: programReady
void programReady(int openMode, int currentRevision, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.2_PUBLIC

modifiedmethod: overlapsNamespace
return type: void → AddressRange; removed throws OverlappingNamespaceException
- void overlapsNamespace(ghidra.program.model.address.AddressSetView set) throws OverlappingNamespaceException
+ ghidra.program.model.address.AddressRange overlapsNamespace(ghidra.program.model.address.AddressSetView set)

9.0.1_PUBLIC

introducedInitial version