My Project
|
Class representing a term in an additive expression. More...
#include <coreaction.hh>
Public Member Functions | |
PcodeOpEdge (PcodeOp *o, int4 s, PcodeOp *m) | |
Constructor. | |
PcodeOp * | getMultiplier (void) const |
Get the multiplier PcodeOp. | |
PcodeOp * | getOp (void) const |
Get the component PcodeOp adding in the term. | |
int4 | getSlot (void) const |
Get the slot reading the term. | |
Varnode * | getVarnode (void) const |
Get the Varnode term. | |
Class representing a term in an additive expression.