Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php168 $inputStream = $recognizer->getInputStream();
258 $tokens = $recognizer->getInputStream();
561 $stream = $recognizer->getInputStream();
616 $inputStream = $recognizer->getInputStream();
665 $inputStream = $recognizer->getInputStream();
701 $tokenSource->getInputStream()
888 $inputStream = $recognizer->getInputStream();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DTokenSource.php59 public function getInputStream() : ?IntStream; function
H A DToken.php107 public function getInputStream() : ?CharStream; function
H A DCommonToken.php182 $input = $this->getInputStream();
272 public function getInputStream() : ?CharStream function in Antlr\\Antlr4\\Runtime\\CommonToken
H A DRecognizer.php218 abstract public function getInputStream() : ?IntStream; function in Antlr\\Antlr4\\Runtime\\Recognizer
H A DLexer.php274 public function getInputStream() : ?IntStream function in Antlr\\Antlr4\\Runtime\\Lexer
H A DParser.php423 public function getInputStream() : ?IntStream function in Antlr\\Antlr4\\Runtime\\Parser
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php20 $recognizer->getInputStream(),
H A DLexerNoViableAltException.php44 $input = $this->getInputStream();
H A DNoViableAltException.php60 $input = $recognizer->getInputStream();
H A DFailedPredicateException.php31 $recognizer->getInputStream(),
H A DRecognitionException.php134 public function getInputStream() : ?IntStream function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException