My Project
Public Member Functions | List of all members
PcodeOpEdge Class Reference

Class representing a term in an additive expression. More...

#include <coreaction.hh>

Public Member Functions

 PcodeOpEdge (PcodeOp *o, int4 s, PcodeOp *m)
 Constructor.
 
PcodeOpgetMultiplier (void) const
 Get the multiplier PcodeOp.
 
PcodeOpgetOp (void) const
 Get the component PcodeOp adding in the term.
 
int4 getSlot (void) const
 Get the slot reading the term.
 
VarnodegetVarnode (void) const
 Get the Varnode term.
 

Detailed Description

Class representing a term in an additive expression.


The documentation for this class was generated from the following file: