#include <include/statement.h>
Inheritance diagram for TypingStatement:
Definition at line 390 of file statement.h.
Public Member Functions | |
Type * | getType () |
virtual bool | isTyping () |
void | setType (Type *ty) |
TypingStatement (Type *ty) | |
Protected Attributes | |
Type * | type |
|
Definition at line 4945 of file statement.cpp. |
|
Reimplemented in ImpRefStatement. Definition at line 397 of file statement.h. References type. Referenced by CHLLCode::AddAssignmentStatement(), Statement::canPropagateToExp(), StmtCastInserter::common(), CallStatement::getTypeFor(), UserProc::nameParameterPhis(), and CallStatement::print(). |
|
Reimplemented from Statement. Definition at line 400 of file statement.h. |
|
Definition at line 398 of file statement.h. References type. Referenced by CallStatement::setTypeFor(). |
|