Variable InOutStatement.outStatement

class InOutStatement
{
  // ...
  OutStatement outStatement;
  // ...
}