#include <include/visitor.h>
Inheritance diagram for ExpHasMemofTester:

Definition at line 571 of file visitor.h.
Public Member Functions | |
| ExpHasMemofTester (UserProc *proc) | |
| bool | getResult () |
| bool | visit (Location *e, bool &override) |
Private Attributes | |
| UserProc * | proc |
| bool | result |
|
|
|
|
|
Definition at line 576 of file visitor.h. References result. Referenced by Exp::containsMemof(). |
|
||||||||||||
|
Reimplemented from ExpVisitor. Definition at line 760 of file visitor.cpp. References Exp::isMemOf(), and result. |
|
|
|
|
|
Definition at line 572 of file visitor.h. Referenced by getResult(), and visit(). |
1.4.6