Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php75 public static function fromRuleContext(ATN $atn, ?RuleContext $outerContext) : PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
88 $parent = self::fromRuleContext($atn, $outerContext->getParent());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php109 PredictionContext::fromRuleContext($s->atn, $context) :
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1096 $initialContext = PredictionContext::fromRuleContext($this->atn, $ctx);