Variable SwitchStatement.condition

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