Ghidra Decompiler Analysis Engine
|
Public Member Functions | |
ValExpressEquation (PatternValue *l, PatternExpression *r) | |
virtual bool | resolveOperandLeft (OperandResolve &state) const |
Public Member Functions inherited from PatternEquation | |
const TokenPattern & | getTokenPattern (void) const |
virtual void | genPattern (const vector< TokenPattern > &ops) const =0 |
virtual void | operandOrder (Constructor *ct, vector< OperandSymbol * > &order) const |
void | layClaim (void) |
Protected Attributes | |
PatternValue * | lhs |
PatternExpression * | rhs |
Protected Attributes inherited from PatternEquation | |
TokenPattern | resultpattern |
Additional Inherited Members | |
Static Public Member Functions inherited from PatternEquation | |
static void | release (PatternEquation *pateq) |