Changes in src/SynTree/Statement.h [1d4580a:8688ce1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Statement.h
r1d4580a r8688ce1 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Aug 12 13:57:46201613 // Update Count : 6 512 // Last Modified On : Thu Aug 4 11:26:02 2016 13 // Update Count : 64 14 14 // 15 15 … … 314 314 class CatchStmt : public Statement { 315 315 public: 316 CatchStmt( std::list<Label> labels, Declaration *decl, Statement *body, bool catchAny= false );316 CatchStmt( std::list<Label> labels, Declaration *decl, Statement *body, bool isCatchRest = false ); 317 317 CatchStmt( const CatchStmt &other ); 318 318 virtual ~CatchStmt();
Note:
See TracChangeset
for help on using the changeset viewer.