BuiltInDataTypeManager

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

12.0_PUBLIC

addedmethod: remove
boolean remove(ghidra.program.model.data.DataType dataType)
removedmethod: remove
boolean remove(ghidra.program.model.data.DataType dataType, ghidra.util.task.TaskMonitor monitor)

11.3.2_PUBLIC

modifiedmethod: endTransaction
return type: void → boolean
- void endTransaction(int transactionID, boolean commit)
+ boolean endTransaction(int transactionID, boolean commit)

11.2_PUBLIC

addedmethod: canRedo
boolean canRedo()
addedmethod: canUndo
boolean canUndo()

10.3_PUBLIC

addedmethod: isArchitectureChangeAllowed
boolean isArchitectureChangeAllowed()
addedmethod: setProgramArchitecture
void setProgramArchitecture(ghidra.program.model.lang.ProgramArchitecture programArchitecture, ghidra.program.database.symbol.VariableStorageManager variableStorageMgr, boolean force, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.2_PUBLIC

addedmethod: associateDataTypeWithArchive
void associateDataTypeWithArchive(ghidra.program.model.data.DataType datatype, ghidra.program.model.data.SourceArchive archive)
removedmethod: associateDataTypeWithArchive
void associateDataTypeWithArchive(ghidra.program.model.data.DataType datatype, ghidra.app.plugin.core.datamgr.archive.SourceArchive archive)

9.0.2_PUBLIC

addedmethod: populateBuiltInTypes
void populateBuiltInTypes()
addedmethod: resolveSourceArchiveID
ghidra.util.UniversalID resolveSourceArchiveID(ghidra.program.model.data.DataType dataType)

9.0.1_PUBLIC

introducedInitial version