Class BinaryExpressionMatcher<T extends BinaryExpression>

java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.match.AbstractExpressionMatcher<T>
ghidra.app.plugin.assembler.sleigh.expr.match.BinaryExpressionMatcher<T>
Type Parameters:
T - the type of expression matched
All Implemented Interfaces:
ExpressionMatcher<T>
Direct Known Subclasses:
BinaryExpressionMatcher.Commutative

public class BinaryExpressionMatcher<T extends BinaryExpression> extends AbstractExpressionMatcher<T>
A matcher for a binary expression

If the required type matches, the matching descends to the left then right operands.