Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
DIntervalSet.php375 public function getMinElement() : int function in Antlr\\Antlr4\\Runtime\\IntervalSet
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php682 $expectedTokenType = $expecting->getMinElement(); // get any element
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
DParserATNSimulator.php1479 return $alts->length() === 0 ? ATN::INVALID_ALT_NUMBER : $alts->getMinElement();