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
-
public class RightShiftExpression extends BinaryExpression
Form new expression by right shifting a PatternExpression the amount determined by another PatternExpression
-
-
Constructor Summary
Constructors Constructor Description RightShiftExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getValue(ParserWalker walker)
java.lang.String
toString()
-
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.BinaryExpression
equals, getLeft, getRight, hashCode, restoreXml
-
Methods inherited from class ghidra.app.plugin.processors.sleigh.expression.PatternExpression
restoreExpression
-
-
-
-
Method Detail
-
getValue
public long getValue(ParserWalker walker) throws MemoryAccessException
- Specified by:
getValue
in classPatternExpression
- Throws:
MemoryAccessException
-
toString
public java.lang.String toString()
- Specified by:
toString
in classPatternExpression
-
-