Class DWARFExpressionResult
java.lang.Object
ghidra.app.util.bin.format.dwarf.expression.DWARFExpressionResult
The result of executing a
DWARFExpression
with a DWARFExpressionEvaluator
.
Currently only holds the stack results, but future improvements should
migrate result values (ie. stuff like DWARFExpressionEvaluator.isDeref()
)
from DWARFExpressionEvaluator
to here.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DWARFExpressionResult
-
-
Method Details
-
pop
public long pop()
-