Changes in src/SynTree/Statement.h [b2152e7a:a61fea9a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Statement.h
rb2152e7a ra61fea9a 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Tue Jun 02 13:07:25 201513 // Update Count : 1311 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jun 3 11:55:15 2015 13 // Update Count : 6 14 14 // 15 15 … … 149 149 std::list<Statement *> &stmts, bool isdef = false ) throw(SemanticError); 150 150 virtual ~CaseStmt(); 151 152 static CaseStmt * makeDefault( std::list<Label> labels = std::list<Label>(),153 std::list<Statement *> stmts = std::list<Statement *>() );154 151 155 152 bool isDefault() { return _isDefault; }
Note:
See TracChangeset
for help on using the changeset viewer.