adding RandomForStatement and fixing typo

This commit is contained in:
Florian Sattler
2013-06-01 03:14:49 +02:00
parent a853ed5ae9
commit 5300f7f6ee
6 changed files with 63 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public:
Expression* getInit();
Expression* getCond();
Expression* getStep();
Statement* GetStmt();
Statement* getStmt();
private:
Expression* init_;
Expression* cond_;