Пример #1
0
 /**
  * @param Lexer $lexer
  */
 public function endOfInput($lexer)
 {
     if (!$this->closed && !$this->closedSubpath) {
         $lexer->pushPathElement($this->buffer);
     }
 }