#include <catch_clause.hh>
Collaboration diagram for CatchClause:

Public Methods | |
| CatchClause (const string &exceptionDecl_, const Position &edPos, const string &code_, const Position &codePos) | |
Public Attributes | |
| CodeChunk | exceptionDecl |
| CodeChunk | code |
For a catch construction like catch (XXX) { YYY }, the exceptionDecl string will contain the XXX part, and the code string will contain the YYY part.
Definition at line 62 of file catch_clause.hh.
|
|
Definition at line 66 of file catch_clause.hh. |
|
|
Definition at line 71 of file catch_clause.hh. |
|
|
Definition at line 72 of file catch_clause.hh. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001