Package ghidra.app.plugin.assembler.sleigh.expr.match
package ghidra.app.plugin.assembler.sleigh.expr.match
-
ClassDescriptionAbstractExpressionMatcher<T extends PatternExpression>Base implementation for expression matchersAnyMatcher<T extends PatternExpression>A matcher which accept any expression of the required typeBinaryExpressionMatcher<T extends BinaryExpression>A matcher for a binary expressionA matcher for binary expression allowing commutativityA matcher for a given constant valueExpressionMatcher<T extends PatternExpression>A matcher for a form of patten expressionA context for defining expression matcher succinctlyA matcher for a token or context field, constrained by its size in bitsA matcher for a constructor's operand value, constrained by its defining expressionUnaryExpressionMatcher<T extends UnaryExpression>A matcher for a unnary expression