public static final class StandardTags.TryBlockTag extends Tag
InstrumentableNode tagged with this tag, the
node might provide a node object that has
catches function, which takes a TruffleException.getExceptionObject()
and returns a boolean return value indicating whether the try block catches the exception, or
not. When this block catches all exceptions, no special node object or catches function needs
to be provided.Tag.Identifierpublic static final String CATCHES
catches function.