Lines Matching defs:recog
38 protected $recog;
81 ?Lexer $recog,
89 $this->recog = $recog;
347 if ($this->recog === null) {
351 throw new LexerNoViableAltException($this->recog, $input, $this->startIndex, $reach);
434 if ($lexerActionExecutor !== null && $this->recog) {
435 $lexerActionExecutor->execute($this->recog, $input, $startIndex);
487 if ($this->recog) {
490 $this->recog->getRuleNames()[$config->state->ruleIndex],
694 if ($this->recog === null) {
699 return $this->recog->sempred(null, $ruleIndex, $predIndex);
710 return $this->recog->sempred(null, $ruleIndex, $predIndex);