Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DSimState.php34 private $charPos = -1; variable in Antlr\\Antlr4\\Runtime\\Atn\\SimState
43 $this->charPos = -1;
69 return $this->charPos;
72 public function setCharPos(int $charPos) : void argument
74 $this->charPos = $charPos;
H A DLexerATNSimulator.php423 int $charPos argument
432 $this->charPositionInLine = $charPos;