Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPredicate.php33 return $parser->sempred($localctx, $this->ruleIndex, $this->predIndex);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php186 public function sempred(?RuleContext $localctx, int $ruleIndex, int $actionIndex) : bool function in Antlr\\Antlr4\\Runtime\\Recognizer
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php699 return $this->recog->sempred(null, $ruleIndex, $predIndex);
710 return $this->recog->sempred(null, $ruleIndex, $predIndex);