Class MinusExpressionSolver
java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.AbstractExpressionSolver<MinusExpression>
ghidra.app.plugin.assembler.sleigh.expr.AbstractUnaryExpressionSolver<MinusExpression>
ghidra.app.plugin.assembler.sleigh.expr.MinusExpressionSolver
Solves expressions of the form
-A-
Field Summary
Fields inherited from class AbstractExpressionSolver
solver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompute(MaskedLong val) Compute the result of applying the operator to the given valueMethods inherited from class AbstractUnaryExpressionSolver
computeInverse, getInstructionLength, getValue, solve, valueForResolutionMethods inherited from class AbstractExpressionSolver
register
-
Constructor Details
-
MinusExpressionSolver
public MinusExpressionSolver()
-
-
Method Details
-
compute
Description copied from class:AbstractUnaryExpressionSolverCompute the result of applying the operator to the given value- Specified by:
computein classAbstractUnaryExpressionSolver<MinusExpression>- Parameters:
val- the input value- Returns:
- the result
-