Lines Matching refs:input

37     /** The index into the input stream where the last error occurred.
171 throw new \RuntimeException('Unexpected null input stream.');
231 * input with an extra token between members would force the parser to
261 throw new \RuntimeException('Unexpected null input stream.');
326 $input = '<unknown input>';
336 $input = '<EOF>';
338 $input = $tokens->getTextByTokens($e->getStartToken(), $e->getOffendingToken());
342 $msg = \sprintf('no viable alternative at input %s', $this->escapeWSAndQuote($input));
365 'mismatched input %s expecting %s',
391 * of a token from the input stream. At the time this method is called, the
393 * removed from the input stream. When this method returns,
398 * a mismatched input error.
420 'extraneous input %s expecting %s',
430 * insertion of a missing token into the input stream. At the time this
436 * a mismatched input error.
468 * The default implementation attempts to recover from the mismatched input
545 * input. If this method returns `true`, `$recognizer` will be in error
549 * checking if the `LA(1)` input symbol could be successfully matched
557 * strategy for the current mismatched input, otherwise `false`.
564 throw new \RuntimeException('Unexpected null input stream.');
597 * to attempt to recover from mismatched input. If this method returns null,
612 * the mismatched input, otherwise `null`.
619 throw new \RuntimeException('Unexpected null input stream.');
668 throw new \RuntimeException('Unexpected null input stream.');
773 * When you find a "no viable alt exception", the input is not
778 * input might just be missing a token--you might consume the
779 * rest of the input looking for one of the missing tokens.
799 * Upon erroneous input "[]", the call chain is
822 * In this case, for input "[]", LA(1) is ']' and in the set, so we would
891 throw new \RuntimeException('Unexpected null input stream.');