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) {313 $ruleIndex = $ctx->getRuleIndex();415 $ruleIndex = $ctx->getRuleIndex();456 return $ruleNames[$ctx->getRuleIndex()];
56 $ruleIndex = $tree->getRuleContext()->getRuleIndex();155 …} elseif (!$findTokens && $tree instanceof ParserRuleContext && $tree->getRuleIndex() === $index) {
1149 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\FunctionNamesContext1186 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\TableNamesContext1228 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\SqlNamesContext1265 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ColumnContext1319 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PatternContext1356 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext1442 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicateContext1583 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ColumnsContext1634 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicateGroupContext1707 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicatesContext[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