Searched defs:getInputStream (Results 1 – 7 of 7) sorted by relevance
| /template/strap/vendor/antlr/antlr4-php-runtime/src/ | ||
| H A D | TokenSource.php | 59 public function getInputStream() : ?IntStream; function |
| H A D | Token.php | 107 public function getInputStream() : ?CharStream; function |
| H A D | CommonToken.php | 272 public function getInputStream() : ?CharStream function in Antlr\\Antlr4\\Runtime\\CommonToken |
| H A D | Recognizer.php | 218 abstract public function getInputStream() : ?IntStream; function in Antlr\\Antlr4\\Runtime\\Recognizer |
| H A D | Lexer.php | 274 public function getInputStream() : ?IntStream function in Antlr\\Antlr4\\Runtime\\Lexer |
| H A D | Parser.php | 423 public function getInputStream() : ?IntStream function in Antlr\\Antlr4\\Runtime\\Parser |
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ | ||
| H A D | RecognitionException.php | 134 public function getInputStream() : ?IntStream function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\RecognitionException |