adding RandomForStatement and fixing typo
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
Expression* getInit();
|
||||
Expression* getCond();
|
||||
Expression* getStep();
|
||||
Statement* GetStmt();
|
||||
Statement* getStmt();
|
||||
private:
|
||||
Expression* init_;
|
||||
Expression* cond_;
|
||||
|
||||
Reference in New Issue
Block a user