Searched refs:IntStream (Results 1 – 11 of 11) sorted by relevance
17 * @see IntStream::LA()18 * @see IntStream::consume()19 * @see IntStream::size()21 interface IntStream interface147 * @see IntStream::mark
10 interface TokenStream extends IntStream19 * @see IntStream::LA()
10 interface CharStream extends IntStream
218 abstract public function getInputStream() : ?IntStream;219 abstract public function setInputStream(IntStream $input) : void;
59 public function getInputStream() : ?IntStream;
24 public const EOF = IntStream::EOF;
274 public function getInputStream() : ?IntStream289 public function setInputStream(IntStream $input) : void
423 public function getInputStream() : ?IntStream428 final public function setInputStream(IntStream $input) : void
8 use Antlr\Antlr4\Runtime\IntStream; alias33 /** @var IntStream|null */50 ?IntStream $input,130 * @return IntStream|null The input stream which is the symbol source for134 public function getInputStream() : ?IntStream
26 use Antlr\Antlr4\Runtime\IntStream; alias606 if ($t !== IntStream::EOF) {843 if ($t !== IntStream::EOF) {926 if ($fullCtx || $t === IntStream::EOF) {994 if ($t === IntStream::EOF) {
17 use Antlr\Antlr4\Runtime\IntStream; alias343 if ($t === IntStream::EOF && $input->getIndex() === $this->startIndex) {