Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntStream.php55 public function consume() : void; function
H A DParser.php182 $this->consume();
221 $this->consume();
516 public function consume() : Token function in Antlr\\Antlr4\\Runtime\\Parser
521 $this->tokenStream()->consume();
H A DInputStream.php67 public function consume() : void function in Antlr\\Antlr4\\Runtime\\InputStream
H A DLexer.php515 $this->interp->consume($this->input);
518 $this->input->consume();
H A DBufferedTokenStream.php111 public function consume() : void function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php182 $recognizer->consume();
523 $recognizer->consume();
627 $recognizer->consume(); // simply delete extra token
897 $recognizer->consume();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php239 $this->consume($input);
708 $this->consume($input);
842 public function consume(CharStream $input) : void function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
853 $input->consume();
H A DParserATNSimulator.php607 $input->consume();
844 $input->consume();
/template/strap/ComboStrap/PageSqlParser/
H A DPageSqlParser.php315 $this->consume();
375 $this->consume();
411 $this->consume();
507 $this->consume();
650 $this->consume();
837 $this->consume();
906 $this->consume();
1079 $this->consume();