Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DLexerATNSimulator.php498 if ($config->context === null || $config->context->hasEmptyPath()) {
618 if ($config->context === null || $config->context->hasEmptyPath()) {
DParserATNSimulator.php1474 … || ($c->state instanceof RuleStopState && $c->context !== null && $c->context->hasEmptyPath())) {
1911 || $config->context->hasEmptyPath()) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
DPredictionContext.php108 public function hasEmptyPath() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext