statement_block

statement_block 
      ::= "{" { statement } "}" 

[rule list]
This rule is called by

-> constructor_declaration -> method_declaration -> statement -> static_initializer

Semantic, examples ...

coming soon ...