Home
last modified time | relevance | path

Searched refs:emptyContext (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php83 public static function emptyContext() : ParserRuleContext function in Antlr\\Antlr4\\Runtime\\RuleContext
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php207 $context = ParserRuleContext::emptyContext();
H A DParserATNSimulator.php378 ParserRuleContext::emptyContext(),
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php78 $outerContext = RuleContext::emptyContext();
83 if ($outerContext->getParent() === null || $outerContext === RuleContext::emptyContext()) {