Variable IfStatement.condition

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