Package ghidra.app.util.opinion
Class DecompileDebugDataTypeManager
java.lang.Object
ghidra.app.util.opinion.DecompileDebugDataTypeManager
Manager for parsing and storing data type objects from the XML - identified by
the
<coretypes> and <typegrp> tags.
NOTE: In the typegrp subtree, ID is often on a different line from the element's name and
metatype, so we need a way to reference this for use in the map -- String idHolder var
helps with this.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseDataTypeTag(XmlPullParser parser, XmlMessageLog log) Parse Data Type tag, handling types:<type><typeref><def><void>
-
Field Details
-
dtConflictHandler
-
-
Constructor Details
-
DecompileDebugDataTypeManager
- Parameters:
monitor- TaskMonitorprog- main program info
-
-
Method Details
-
parseDataTypeTag
Parse Data Type tag, handling types:<type><typeref><def><void>
- Parameters:
parser- XmlPullParserlog- XmlMessageLog- Returns:
- retrieved DataType
-