Class UnaryExpressionMatcher<T extends UnaryExpression>

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

public class UnaryExpressionMatcher<T extends UnaryExpression> extends AbstractExpressionMatcher<T>
A matcher for a unnary expression

If the required type matches, the matching descends to the child operand.