예제 #1
0
 function iterate(Scanner $scanner)
 {
     foreach ($this->tokens as $token) {
         $scanner->accept($token);
     }
 }