Lines Matching defs:stop
90 protected $stop;
97 int $stop = -1
111 $this->stop = $stop;
145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop);
190 if ($this->start < $n && $this->stop < $n) {
191 return $input->getText($this->start, $this->stop);
204 * along with the start and stop indexes of the token.
243 return $this->stop;
248 $this->stop = $index;
294 $this->stop,