Home
last modified time | relevance | path

Searched refs:fromRange (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRangeTransition.php29 return IntervalSet::fromRange($this->from, $this->to);
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php303 $set = $set->complement(IntervalSet::fromRange(
H A DIntervalSet.php45 public static function fromRange(int $start, int $end) : self function in Antlr\\Antlr4\\Runtime\\IntervalSet