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