Statement.scopeCode

If this statement has code that needs to run in a finally clause at the end of the current scope, return that code in the form of a Statement.

Parameters

sc
Type: Scope*

context

sentry
Type: Statement*

set to code executed upon entry to the scope

sexception
Type: Statement*

set to code executed upon exit from the scope via exception

sfinally
Type: Statement*

set to code executed in finally block

Return Value

Type: Statement

code to be run in the finally clause

Meta