Class RightShiftExpression
java.lang.Object
ghidra.app.plugin.processors.sleigh.expression.PatternExpression
ghidra.app.plugin.processors.sleigh.expression.BinaryExpression
ghidra.app.plugin.processors.sleigh.expression.RightShiftExpression
Form new expression by right shifting a PatternExpression the amount
determined by another PatternExpression
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.BinaryExpression
decode, equals, getLeft, getRight, hashCode
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.PatternExpression
decodeExpression
-
Constructor Details
-
RightShiftExpression
public RightShiftExpression()
-
-
Method Details
-
getValue
- Specified by:
getValue
in classPatternExpression
- Throws:
MemoryAccessException
-
toString
- Specified by:
toString
in classPatternExpression
-