Class DWARFMacroDefine
java.lang.Object
ghidra.app.util.bin.format.dwarf.macro.entry.DWARFMacroInfoEntry
ghidra.app.util.bin.format.dwarf.macro.entry.DWARFMacroDefine
- Direct Known Subclasses:
DWARFMacroUndef
Represents a "#define ...." macro element.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class ghidra.app.util.bin.format.dwarf.macro.entry.DWARFMacroInfoEntry
macroHeader, opcode, operandValues, rawOpcode -
Constructor Summary
ConstructorsConstructorDescriptionDWARFMacroDefine(int lineNumber, String defineString, DWARFMacroHeader parent) -
Method Summary
Modifier and TypeMethodDescriptionintgetMacro()static DWARFMacroDefine.MacroInfoparseMacro(String macroString) toString()Methods inherited from class ghidra.app.util.bin.format.dwarf.macro.entry.DWARFMacroInfoEntry
getName, getOpcode, getOperand, operandDef, read, toSpecializedForm
-
Constructor Details
-
DWARFMacroDefine
-
DWARFMacroDefine
-
-
Method Details
-
parseMacro
-
getLineNumber
- Throws:
IOException
-
getMacro
- Throws:
IOException
-
getMacroInfo
- Throws:
IOException
-
toString
- Overrides:
toStringin classDWARFMacroInfoEntry
-