Home
last modified time | relevance | path

Searched refs:getIndex (Results 1 – 9 of 9) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php177 $this->tokenStartCharIndex = $this->input->getIndex();
353 $this->input->getIndex(),
354 $this->input->getIndex() - 1,
409 return $this->input->getIndex();
530 $stop = $this->input->getIndex();
H A DIntStream.php158 public function getIndex() : int; function
H A DInputStream.php57 public function getIndex() : int function in Antlr\\Antlr4\\Runtime\\InputStream
H A DBufferedTokenStream.php84 public function getIndex() : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php135 $this->startIndex = $input->getIndex();
334 $prevAccept->getIndex(),
343 if ($t === IntStream::EOF && $input->getIndex() === $this->startIndex) {
394 … $lexerExecutor = $lexerExecutor->fixOffsetBeforeMatch($input->getIndex() - $this->startIndex);
704 $index = $input->getIndex();
721 $settings->setIndex($input->getIndex());
839 return $input->getText($this->startIndex, $input->getIndex() - 1);
H A DSimState.php47 public function getIndex() : int function in Antlr\\Antlr4\\Runtime\\Atn\\SimState
H A DParserATNSimulator.php339 $this->startIndex = $input->getIndex();
530 $conflictIndex = $input->getIndex();
573 $input->getIndex()
584 $stopIndex = $input->getIndex();
852 … $this->reportContextSensitivity($dfa, $predictedAlt, $reach, $startIndex, $input->getIndex());
885 … $this->reportAmbiguity($dfa, $D, $startIndex, $input->getIndex(), $foundExactAmbig, null, $reach);
2097 $currentPosition = $this->input->getIndex();
2156 $currentPosition = $this->input->getIndex();
H A DLexerActionExecutor.php167 $stopIndex = $input->getIndex();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php175 && $this->lastErrorIndex === $inputStream->getIndex()
185 $this->lastErrorIndex = $inputStream->getIndex();