Searched refs:LT (Results 1 – 8 of 8) sorted by relevance
24 $token = $stream !== null ? $stream->LT(1) : null;45 $token = $stream !== null ? $stream->LT(1) : null;
465 return $this->tokenStream()->LT(1);589 $this->context()->start = $this->tokenStream()->LT(1);602 $this->context()->stop = $this->tokenStream()->LT(1); // LT(1) will be end of file604 … $this->context()->stop = $this->tokenStream()->LT(-1); // stop node is what we just matched654 $this->context()->start = $this->tokenStream()->LT(1);669 $previous->stop = $this->tokenStream()->LT(-1);685 $this->context()->stop = $this->tokenStream()->LT(-1);
21 public function LT(int $k) : ?Token; function
87 public function LT(int $k) : ?Token function in Antlr\\Antlr4\\Runtime\\CommonTokenStream
98 public function LT(int $offset) : int function in Antlr\\Antlr4\\Runtime\\InputStream
198 $token = $this->LT($i);212 public function LT(int $k) : ?Token function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
692 $lookback = $inputStream->LT(-1);
327 $token = $input->LT(1);462 $token = $input->LT(1);2298 $input->LT(1),