Searched refs:getIndex (Results 1 – 9 of 9) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | Lexer.php | 177 $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 D | IntStream.php | 158 public function getIndex() : int; function
|
| H A D | InputStream.php | 57 public function getIndex() : int function in Antlr\\Antlr4\\Runtime\\InputStream
|
| H A D | BufferedTokenStream.php | 84 public function getIndex() : int function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 135 $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 D | SimState.php | 47 public function getIndex() : int function in Antlr\\Antlr4\\Runtime\\Atn\\SimState
|
| H A D | ParserATNSimulator.php | 339 $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 D | LexerActionExecutor.php | 167 $stopIndex = $input->getIndex();
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/ |
| H A D | DefaultErrorStrategy.php | 175 && $this->lastErrorIndex === $inputStream->getIndex() 185 $this->lastErrorIndex = $inputStream->getIndex();
|