Variable IfCondition.type

In an assignment-condition, this is the optional explicit type

class IfCondition
{
  // ...
  Type type ;
  // ...
}