Searched refs:EOF (Results 1 – 20 of 20) sorted by relevance
24 public const EOF = IntStream::EOF; define
126 if (!$skipEofCheck && $this->LA(1) === Token::EOF) {169 if ($token->getType() === Token::EOF) {310 if ($t->getType() === Token::EOF) {337 if ($token->getType() === Token::EOF) {472 if ($t->getType() === Token::EOF) {
193 if ($this->input->LA(1) === Token::EOF) {350 Token::EOF,496 while ($token && $token->getType() !== Token::EOF) {512 if ($this->input !== null && $this->input->LA(1) !== Token::EOF) {
15 public const EOF = -1; define in Antlr\\Antlr4\\Runtime\\Recognizer79 $result['EOF'] = Token::EOF;
27 public const EOF = -1; define
198 $look->addOne(Token::EOF);212 $look->addOne(Token::EOF);
128 if ($t->getType() === Token::EOF) {
145 if ($tokenType === Token::EOF) {
92 return Token::EOF;
176 if ($ttype === Token::EOF) {520 if ($o->getType() !== self::EOF) {809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
405 if ($start === Token::EOF) {481 if ($a === Token::EOF) {
593 $EOF = false;597 $EOF = !$this->moveToNextLine();599 if (!$EOF) {605 } while (!$EOF && null === $newIndent);944 $EOF = !$this->moveToNextLine();946 if (!$EOF) {949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));951 if ($EOF) {1041 $EOF = !$this->moveToNextLine();1043 if (!$EOF) {[all …]
335 if ($startToken->getType() === Token::EOF) {685 if ($expectedTokenType === Token::EOF) {694 if ($current->getType() === Token::EOF && $lookback !== null) {736 if ($this->getSymbolType($t) === Token::EOF) {896 while ($ttype !== Token::EOF && !$set->contains($ttype)) {
238 if ($t !== Token::EOF) {244 if ($t === Token::EOF) {343 if ($t === IntStream::EOF && $input->getIndex() === $this->startIndex) {344 return Token::EOF;397 $treatEofAsEpsilon = ($t === Token::EOF);657 if ($t->matches(Token::EOF, 0, Lexer::MAX_CHAR_VALUE)) {
606 if ($t !== IntStream::EOF) {843 if ($t !== IntStream::EOF) {926 if ($fullCtx || $t === IntStream::EOF) {968 if ($skippedStopStates === null && $t !== Token::EOF) {987 $treatEofAsEpsilon = $t === Token::EOF;994 if ($t === IntStream::EOF) {2044 if ($t->matches(Token::EOF, 0, 1)) {2269 if ($t === Token::EOF) {
227 $expected->addOne(Token::EOF);
330 $tokenType = Token::EOF;778 new RangeTransition($target, Token::EOF, $arg2) :797 … return $arg3 !== 0 ? new AtomTransition($target, Token::EOF) : new AtomTransition($target, $arg1);
88 if ($this->symbol->getType() === Token::EOF) {
109 /* EOF */
310 if ($this->input->LA(1) === Token::EOF) {370 if ($this->input->LA(1) === Token::EOF) {406 if ($this->input->LA(1) === Token::EOF) {502 if ($this->input->LA(1) === Token::EOF) {645 if ($this->input->LA(1) === Token::EOF) {832 if ($this->input->LA(1) === Token::EOF) {901 if ($this->input->LA(1) === Token::EOF) {1074 if ($this->input->LA(1) === Token::EOF) {1129 case self::EOF: