Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php59 public $tokenStartCharIndex = -1; variable in Antlr\\Antlr4\\Runtime\\Lexer
136 $this->tokenStartCharIndex = -1;
177 $this->tokenStartCharIndex = $this->input->getIndex();
329 $this->tokenStartCharIndex,
525 $start = $this->tokenStartCharIndex;