Home
last modified time | relevance | path

Searched refs:precpred (Results 1 – 3 of 3) sorted by last modified time

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DPrecedencePredicate.php23 return $parser->precpred($parserCallStack, $this->precedence);
28 if ($parser->precpred($parserCallStack, $this->precedence)) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php752 public function precpred(RuleContext $localctx, int $precedence) : bool function in Antlr\\Antlr4\\Runtime\\Parser
H A DRecognizer.php191 public function precpred(RuleContext $localctx, int $precedence) : bool function in Antlr\\Antlr4\\Runtime\\Recognizer