DataTypeQueryService

Package: ghidra.app.services
Type: class

12.0_PUBLIC

addedmethod: findDataTypes
java.util.List<ghidra.program.model.data.DataType> findDataTypes(java.lang.String name, ghidra.util.task.TaskMonitor monitor)
addedmethod: getDataTypesByPath
java.util.List<ghidra.program.model.data.DataType> getDataTypesByPath(ghidra.program.model.data.DataTypePath path)
addedmethod: getProgramDataTypeByPath
ghidra.program.model.data.DataType getProgramDataTypeByPath(ghidra.program.model.data.DataTypePath path)
addedmethod: getSortedCategoryPathList
java.util.List<ghidra.program.model.data.CategoryPath> getSortedCategoryPathList()
addedmethod: promptForDataType
ghidra.program.model.data.DataType promptForDataType(java.lang.String filterText)

10.3_PUBLIC

removedmethod: getDataTypeManagers
ghidra.program.model.data.DataTypeManager[] getDataTypeManagers()

9.1_PUBLIC

introducedInitial version