CodeQL library for Java/Kotlin
codeql/java-all 9.0.2 (changelog, source)
Search

Predicate signature AstSig::getTryElse

Gets the else block of this try statement, if any.

Only some languages (e.g. Python) support try-else constructs.

signature AstNode getTryElse(TryStmt try)