/**
  * @since 0.2.0
  */
 public function parse()
 {
     // We do this so that the cache doesn't bloat.
     $this->old_ignores = $this->ignored_string_occurrences;
     $this->ignored_string_occurrences = array();
     parent::parse();
 }