codeql/cpp-all
2.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the ‘body’ statement of this ‘try’ statement.
For example, for
try { f(); } catch (...) { g(); }
the result is { f(); }.
{ f(); }
Stmt getStmt()