Package ghidra.app.util.bin.format.dwarf4.expression
-
Class Summary Class Description DWARFExpression ADWARFExpression
is an immutable list ofoperations
and some factory methods to read an expression from its binary representation.DWARFExpressionEvaluator Evaluates a subset of DWARF expression opcodes.DWARFExpressionOpCodes DWARF expression opcode consts from www.dwarfstd.org/doc/DWARF4.pdfDWARFExpressionResult The result of executing aDWARFExpression
with aDWARFExpressionEvaluator
. -
Enum Summary Enum Description DWARFExpressionOperandType Enumeration that represents the different type of operands that aopcode
can take. -
Exception Summary Exception Description DWARFExpressionException A exception that is thrown when dealing withDWARF expressions
or when they areevaluated.