| H A D | RangeTransition.php | 14 public $from; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\RangeTransition 19 public function __construct(ATNState $target, int $from, int $to) argument 23 $this->from = $from; 29 return IntervalSet::fromRange($this->from, $this->to); 34 return $symbol >= $this->from && $symbol <= $this->to; 49 && $this->from === $other->from 58 StringUtils::char($this->from),
|