コード例 #1
0
ファイル: DFAStatePath.php プロジェクト: figdice/figdice
 /**
  * @param Lexer $lexer
  */
 public function endOfInput($lexer)
 {
     if (!$this->closed && !$this->closedSubpath) {
         $lexer->pushPathElement($this->buffer);
     }
 }