Searched refs:getRuleIndex (Results 1 – 8 of 8) sorted by relevance
28 $this->parser->getRuleNames()[$context->getRuleIndex()],49 $this->parser->getRuleNames()[$context->getRuleIndex()],
150 public function getRuleIndex() : int function in Antlr\\Antlr4\\Runtime\\RuleContext238 $ri = $p->getRuleIndex();
718 if ($p->getRuleIndex() === $ruleIndex) {744 return $this->getRuleNames()[$this->context()->getRuleIndex()] ?? '';839 public function getRuleIndex(string $ruleName) : int function in Antlr\\Antlr4\\Runtime\\Parser862 $ruleIndex = $p->getRuleIndex();
129 if ($child->getRuleIndex() === PageSqlParser::RULE_tables) {330 $ruleIndex = $ctx->getRuleIndex();432 $ruleIndex = $ctx->getRuleIndex();473 return $ruleNames[$ctx->getRuleIndex()];
56 $ruleIndex = $tree->getRuleContext()->getRuleIndex();155 …} elseif (!$findTokens && $tree instanceof ParserRuleContext && $tree->getRuleIndex() === $index) {
1200 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\FunctionNamesContext1237 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ConstantNamesContext1269 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\TableNamesContext1311 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\SqlNamesContext1348 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ColumnContext1402 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PatternContext1439 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext1530 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicateContext1671 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ColumnsContext1722 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicateGroupContext[all …]
50 public function getRuleIndex() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerCustomAction
58 public function getRuleIndex() : int function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\FailedPredicateException