Variable InStatement.blockStatement

class InStatement
{
  // ...
  BlockStatement blockStatement ;
  // ...
}