Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php498 if ($config->context === null || $config->context->hasEmptyPath()) {
618 if ($config->context === null || $config->context->hasEmptyPath()) {
623 // problem can appear when hasEmptyPath() is true but
H A DParserATNSimulator.php1474 || ($c->state instanceof RuleStopState && $c->context !== null && $c->context->hasEmptyPath())) {
1911 || $config->context->hasEmptyPath()) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php108 public function hasEmptyPath() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext