A structured block is the building block of the source programm.
For every program construct like if, while, try, or blocks there is
a corresponding structured block.
Some of these Block are only intermediate representation, that get
converted to another block later.
Every block has to handle the local variables that it contains.
This is done by the in/out vectors and the local variable structure
themself.