Class FieldSizeMatcher
java.lang.Object
ghidra.app.plugin.assembler.sleigh.expr.match.AbstractExpressionMatcher<PatternValue>
ghidra.app.plugin.assembler.sleigh.expr.match.FieldSizeMatcher
- All Implemented Interfaces:
ExpressionMatcher<PatternValue>
A matcher for a token or context field, constrained by its size in bits
-
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 TypeMethodDescriptionprotected boolean
matchDetails
(PatternValue 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
-
sizeMatcher
-
-
Constructor Details
-
FieldSizeMatcher
-
-
Method Details
-
matchDetails
protected boolean matchDetails(PatternValue expression, Map<ExpressionMatcher<?>, PatternExpression> result) - Specified by:
matchDetails
in classAbstractExpressionMatcher<PatternValue>
-