/**
  * Matches if value is null.
  *
  * @factory
  */
 public static function nullValue()
 {
     if (!self::$_INSTANCE) {
         self::$_INSTANCE = new self();
     }
     return self::$_INSTANCE;
 }