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

public class AnyMatcher<T extends PatternExpression> extends AbstractExpressionMatcher<T>
A matcher which accept any expression of the required type

This requires no further consideration of the expressions operands. If the type matches, the expression matches.