|
Static Value-Flow Analysis
|
#include <CxtStmt.h>
Public Member Functions | |
| CxtStmt (const CallStrCxt &c, const ICFGNode *f) | |
| Constructor. | |
| CxtStmt (const CxtStmt &ctm) | |
| Copy constructor. | |
| virtual | ~CxtStmt () |
| Destructor. | |
| const CallStrCxt & | getContext () const |
| Return current context. | |
| const ICFGNode * | getStmt () const |
| Return current statement. | |
| bool | operator< (const CxtStmt &rhs) const |
| CxtStmt & | operator= (const CxtStmt &rhs) |
| Overloading operator=. | |
| bool | operator== (const CxtStmt &rhs) const |
| Overloading operator==. | |
| bool | operator!= (const CxtStmt &rhs) const |
| Overloading operator==. | |
| std::string | cxtToStr () const |
| Return context in string format. | |
| void | dump () const |
| Dump CxtStmt. | |
Protected Attributes | |
| CallStrCxt | cxt |
| const ICFGNode * | inst |
|
inline |
|
inlinevirtual |
|
inline |
Return context in string format.
|
inline |
Dump CxtStmt.
Definition at line 110 of file CxtStmt.h.
|
inline |
|
protected |