Home
last modified time | relevance | path

Searched defs:outerContext (Results 1 – 2 of 2) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DParserATNSimulator.php289 protected $outerContext; variable in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator
324 … function adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext) : int
459 ParserRuleContext $outerContext
758 ParserRuleContext $outerContext
1440 ParserRuleContext $outerContext
1496 …tion splitAccordingToSemanticValidity(ATNConfigSet $configs, ParserRuleContext $outerContext) : ar…
1529 ParserRuleContext $outerContext,
2290 $outerContext,
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
DPredictionContext.php75 public static function fromRuleContext(ATN $atn, ?RuleContext $outerContext) : PredictionContext