Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php187 $this->addInterval(new Interval($value, $value));
192 $this->addInterval(new Interval($left, $right));
195 protected function addInterval(Interval $addition) : void function in Antlr\\Antlr4\\Runtime\\IntervalSet
261 $this->addInterval(new Interval($i->start, $i->stop));