Package ghidra.app.merge
Interface DataTypeManagerOwner
-
- All Known Subinterfaces:
DataTypeArchive
,DataTypeManagerDomainObject
,Program
- All Known Implementing Classes:
DataTypeArchiveDB
,ProgramDB
public interface DataTypeManagerOwner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypeManager
getDataTypeManager()
Gets the associated data type manager.
-
-
-
Method Detail
-
getDataTypeManager
DataTypeManager getDataTypeManager()
Gets the associated data type manager.- Returns:
- the data type manager.
-
-