Package ghidra.app.util.bin.format.dwarf.expression
package ghidra.app.util.bin.format.dwarf.expression
- 
ClassDescriptionA
DWARFExpressionis an immutable list ofoperationsand some factory methods to read an expression from its binary representation.Evaluates a subset of DWARF expression opcodes.A exception that is thrown when dealing withDWARF expressionsor when they areevaluated.DWARF expression opcode consts from www.dwarfstd.org/doc/DWARF4.pdfEnumeration that represents the different type of operands that aopcodecan take.The result of executing aDWARFExpressionwith aDWARFExpressionEvaluator.