Predicate signature AstSig::getTryInit
Gets the initializer of this try statement at the specified (zero-based)
position index, if any.
An example of this are resource declarations in Java’s try-with-resources statement.
signature AstNode getTryInit(TryStmt try, int index)