Class DivExpression
java.lang.Object
ghidra.app.plugin.processors.sleigh.expression.PatternExpression
ghidra.app.plugin.processors.sleigh.expression.BinaryExpression
ghidra.app.plugin.processors.sleigh.expression.DivExpression
Form new expression by dividing one PatternExpression by another
-
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
-
DivExpression
public DivExpression()
-
-
Method Details
-
getValue
- Specified by:
getValue
in classPatternExpression
- Throws:
MemoryAccessException
-
toString
- Specified by:
toString
in classPatternExpression
-