Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DAtomTransition.php24 return IntervalSet::fromInt($this->label);
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php33 public static function fromInt(int $number) : self function in Antlr\\Antlr4\\Runtime\\IntervalSet