#include <include/visitor.h>
Inheritance diagram for GetProcVisitor:
Definition at line 105 of file visitor.h.
Public Member Functions | |
UserProc * | getProc () |
GetProcVisitor () | |
virtual bool | visit (Location *e, bool &override) |
Private Attributes | |
UserProc * | proc |
|
|
|
Definition at line 110 of file visitor.h. References proc. Referenced by Exp::findProc(). |
|
Reimplemented from ExpVisitor. Definition at line 36 of file visitor.cpp. References Location::getProc(), NULL, and proc. |
|
Definition at line 106 of file visitor.h. Referenced by getProc(), GetProcVisitor(), and visit(). |