Home | History | Annotate | Download | only in visupng

Lines Matching full:statement

108     are used by a Try/Catch statement.  It does no harm to initialize
112 Try/Catch statement.
115 Try statement
116 Catch (expression) statement
122 A Try/Catch statement has a syntax similar to an if/else statement,
125 clauses, each of which may be a simple statement ending with a
126 semicolon or a brace-enclosed compound statement. But whereas
135 Try/Catch statement, then a copy of the exception will be assigned
154 after the Try/Catch statement.
165 A Throw statement is very much like a return statement, except that
176 Try statement
177 Catch_anonymous statement
179 When the value of the exception is not needed, a Try/Catch statement