Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php7 use Antlr\Antlr4\Runtime\Atn\LexerATNSimulator; alias
111 /** @var LexerATNSimulator|null */
171 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) {
366 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) {
375 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) {
384 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) {
393 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) {
421 if ($this->interp === null || !$this->interp instanceof LexerATNSimulator) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlLexer.php9 use Antlr\Antlr4\Runtime\Atn\LexerATNSimulator; alias
606 $this->interp = new LexerATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php25 class LexerATNSimulator extends ATNSimulator class
93 public function copyState(LexerATNSimulator $simulator) : void
293 * method returns {@see LexerATNSimulator::ERROR}.
675 * {@see LexerATNSimulator::consume()} for the matched character. This
676 * method should call {@see LexerATNSimulator::consume()} before evaluating
682 * the call to {@see LexerATNSimulator::consume()}.