Lines Matching refs:parser

257     protected $parser;  variable in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator
298 Parser $parser, argument
305 $this->parser = $parser;
354 $s0 = $dfa->getPrecedenceStartState($this->parser->getPrecedence());
366 $outerContext->toString($this->parser->getRuleNames())
401 $dfa->setPrecedenceStartState($this->parser->getPrecedence(), $s0);
411 …$this->log[] = \sprintf('DFA after predictATN: %s', $dfa->toString($this->parser->getVocabulary())…
1260 $config->semanticContext->evalPrecedence($this->parser, $this->outerContext) :
1503 … $predicateEvaluationResult = $c->semanticContext->eval($this->parser, $outerContext);
1580 return $pred->eval($this->parser, $parserCallStack);
1991 if ($this->parser !== null && $index >= 0) {
1992 return $this->parser->getRuleNames()[$index];
2079 if ($this->parser !== null) {
2082 \implode(', ', $this->parser->getRuleInvocationStack())
2102 $pt->getPredicate()->eval($this->parser, $this->outerContext) :
2139 if ($this->parser !== null) {
2142 \implode(', ', $this->parser->getRuleInvocationStack())
2161 $pt->getPredicate()->eval($this->parser, $this->outerContext) :
2273 …$vocabulary = $this->parser !== null ? $this->parser->getVocabulary() : VocabularyImpl::emptyVocab…
2295 $this->parser,
2362 $this->log[] = 'DFA =' . \PHP_EOL . $dfa->toString($this->parser->getVocabulary());
2423 $tokenStream = $this->parser->getTokenStream();
2433 if ($this->parser !== null) {
2434 $this->parser->getErrorListenerDispatch()->reportAttemptingFullContext(
2435 $this->parser,
2454 $tokenStream = $this->parser->getTokenStream();
2464 if ($this->parser !== null) {
2465 $this->parser->getErrorListenerDispatch()->reportContextSensitivity(
2466 $this->parser,
2490 $tokenStream = $this->parser->getTokenStream();
2500 if ($this->parser !== null) {
2501 $this->parser->getErrorListenerDispatch()->reportAmbiguity(
2502 $this->parser,
2525 return $this->parser;