private function reserve(Word $t) { $this->keywords_hash[$t->getTag()] = $t->lexeme; $this->words[$t->lexeme] = $t; }