Class OperandValueMatcher
java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.match.AbstractExpressionMatcher<OperandValue>
ghidra.app.plugin.assembler.sleigh.expr.match.OperandValueMatcher
- All Implemented Interfaces:
ExpressionMatcher<OperandValue>
A matcher for a constructor's operand value, constrained by its defining expression
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.app.plugin.assembler.sleigh.expr.match.ExpressionMatcher
ExpressionMatcher.Context
-
Field Summary
Fields inherited from class ghidra.app.plugin.assembler.sleigh.expr.match.AbstractExpressionMatcher
ops
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
matchDetails
(OperandValue expression, Map<ExpressionMatcher<?>, PatternExpression> result) Methods inherited from class ghidra.app.plugin.assembler.sleigh.expr.match.AbstractExpressionMatcher
expressionsIdenticallyDefined, match, opMatches, recordResult
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.app.plugin.assembler.sleigh.expr.match.ExpressionMatcher
get, match
-
Field Details
-
defMatcher
-
-
Constructor Details
-
OperandValueMatcher
-
-
Method Details
-
matchDetails
protected boolean matchDetails(OperandValue expression, Map<ExpressionMatcher<?>, PatternExpression> result) - Specified by:
matchDetails
in classAbstractExpressionMatcher<OperandValue>
-