#include <include/visitor.h>
Inheritance diagram for PrimitiveTester:
Definition at line 560 of file visitor.h.
Public Member Functions | |
bool | getResult () |
PrimitiveTester () | |
bool | visit (RefExp *e, bool &override) |
bool | visit (Location *e, bool &override) |
Private Attributes | |
bool | result |
|
|
|
Definition at line 564 of file visitor.h. References result. |
|
Reimplemented from ExpVisitor. Definition at line 744 of file visitor.cpp. References RefExp::getDef(), Statement::getNumber(), Unary::getSubExp1(), Statement::isCall(), Exp::isMemOf(), and NULL. |
|
Reimplemented from ExpVisitor. Definition at line 737 of file visitor.cpp. References result. |
|
Definition at line 561 of file visitor.h. Referenced by getResult(), and visit(). |