Searched refs:CharStream (Results 1 – 11 of 11) sorted by relevance
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerATNSimulator.php | 13 use Antlr\Antlr4\Runtime\CharStream; alias 121 public function match(CharStream $input, int $mode) : int 158 protected function matchATN(CharStream $input) : int 187 protected function execATN(CharStream $input, DFAState $ds0) : int 287 * @param CharStream $input The input stream 295 protected function computeTargetState(CharStream $input, DFAState $s, int $t) : DFAState 319 …protected function failOrAccept(SimState $prevAccept, CharStream $input, ATNConfigSet $reach, int … 359 CharStream $input, 418 CharStream $input, 448 protected function computeStartState(CharStream $input, ATNState $p) : OrderedATNConfigSet [all …]
|
| H A D | LexerActionExecutor.php | 9 use Antlr\Antlr4\Runtime\CharStream; alias 153 * @param CharStream $input The input stream which is the source for 164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
| H A D | LexerNoViableAltException.php | 8 use Antlr\Antlr4\Runtime\CharStream; alias 28 …public function __construct(Lexer $lexer, CharStream $input, int $startIndex, ATNConfigSet $deadEn… 46 if (!$input instanceof CharStream) {
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | CommonToken.php | 103 if ($source !== null && !$source->b instanceof CharStream) { 272 public function getInputStream() : ?CharStream 276 if ($stream !== null && !$stream instanceof CharStream) {
|
| H A D | CharStream.php | 10 interface CharStream extends IntStream interface
|
| H A D | TokenSource.php | 55 * @return CharStream The {@see CharStream} associated with the current
|
| H A D | Token.php | 107 public function getInputStream() : ?CharStream;
|
| H A D | Lexer.php | 29 /** @var CharStream|null */ 114 public function __construct(?CharStream $input = null) 296 if (!$input instanceof CharStream) {
|
| H A D | CommonTokenFactory.php | 78 if (!$source->b instanceof CharStream) {
|
| H A D | InputStream.php | 12 final class InputStream implements CharStream
|
| /plugin/combo/ComboStrap/PageSqlParser/ |
| H A D | PageSqlLexer.php | 11 use Antlr\Antlr4\Runtime\CharStream; alias 600 public function __construct(CharStream $input)
|