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

Definition at line 430 of file visitor.h.
Public Member Functions | |
| ExpConstCaster (int num, Type *ty) | |
| bool | isChanged () |
| virtual Exp * | preVisit (Const *c) |
| virtual | ~ExpConstCaster () |
Private Attributes | |
| bool | changed |
| int | num |
| Type * | ty |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 437 of file visitor.h. References changed. Referenced by Statement::castConst(). |
|
|
Reimplemented from ExpModifier. Definition at line 592 of file visitor.cpp. References changed, Const::getConscript(), num, and ty. |
|
|
Definition at line 433 of file visitor.h. Referenced by isChanged(), and preVisit(). |
|
|
Definition at line 431 of file visitor.h. Referenced by preVisit(). |
|
|
Definition at line 432 of file visitor.h. Referenced by preVisit(). |
1.4.6