Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 263 Bytes

ii.15.4.4-scope-blocks.md

File metadata and controls

7 lines (5 loc) · 263 Bytes

II.15.4.4 Scope blocks

ScopeBlock ::=
'{' MethodBodyItem* '}'

A ScopeBlock is used to group elements of a method body together. For example, it is used to designate the code sequence that constitutes the body of an exception handler.