Member predicate TryStmt::getNumberOfCatchClauses
Gets the number of ’catch block’s of this ‘try’ statement.
For example, for
try { f(); } catch (...) { g(); }
the result is 1.
Gets the number of ’catch block’s of this ‘try’ statement.
For example, for
try { f(); } catch (...) { g(); }
the result is 1.