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>
A matcher for a unnary expression
If the required type matches, the matching descends to the child operand.
-
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
ConstructorDescriptionUnaryExpressionMatcher
(Class<T> cls, ExpressionMatcher<?> unaryMatcher) UnaryExpressionMatcher
(Set<Class<? extends T>> ops, ExpressionMatcher<?> unaryMatcher) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Field Details
-
unaryMatcher
-
-
Constructor Details
-
UnaryExpressionMatcher
-
UnaryExpressionMatcher
-
-
Method Details
-
matchDetails
- Specified by:
matchDetails
in classAbstractExpressionMatcher<T extends UnaryExpression>
-