Variable WhileStatement.condition

class WhileStatement
{
  // ...
  IfCondition condition ;
  // ...
}