Class AnyMatcher<T extends PatternExpression>
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>
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.
-
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 TypeMethodDescriptionstatic AnyMatcher
<PatternExpression> any()
protected boolean
matchDetails
(T 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
-
Constructor Details
-
AnyMatcher
-
AnyMatcher
-
-
Method Details
-
any
-
matchDetails
- Specified by:
matchDetails
in classAbstractExpressionMatcher<T extends PatternExpression>
-