Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenSource.php49 public function getCharPositionInLine() : int; function
H A DLexer.php178 $this->tokenStartCharPositionInLine = $this->interp->getCharPositionInLine();
346 $cpos = $this->getCharPositionInLine();
382 public function getCharPositionInLine() : int function in Antlr\\Antlr4\\Runtime\\Lexer
388 return $this->interp->getCharPositionInLine();
H A DToken.php69 public function getCharPositionInLine() : int; function
H A DCommonToken.php29 * This is the backing field for {@see CommonToken::getCharPositionInLine()}
117 $this->charPositionInLine = $tokenSource->getCharPositionInLine();
211 public function getCharPositionInLine() : int function in Antlr\\Antlr4\\Runtime\\CommonToken
H A DRecognizer.php164 return \sprintf('line %d:%d', $token->getLine(), $token->getCharPositionInLine());
H A DParser.php490 $charPositionInLine = $offendingToken->getCharPositionInLine();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php709 $current->getCharPositionInLine()
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php111 public function getCharPositionInLine() : int function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
679 * {@see Lexer::getCharPositionInLine()}, properly reflect the current
H A DParserATNSimulator.php334 $token === null ? '' : $token->getCharPositionInLine()
469 $token === null ? '' : $token->getCharPositionInLine()