Home
last modified time | relevance | path

Searched refs:getRuleIndex (Results 1 – 8 of 8) sorted by last modified time

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php1149 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\FunctionNamesContext
1186 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\TableNamesContext
1228 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\SqlNamesContext
1265 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ColumnContext
1319 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PatternContext
1356 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext
1442 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicateContext
1583 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\ColumnsContext
1634 public function getRuleIndex() : int function in ComboStrap\\PageSqlParser\\Context\\PredicateGroupContext
1707 public function getRuleIndex() function in ComboStrap\\PageSqlParser\\Context\\PredicatesContext
1787 public function getRuleIndex() : int global() function in ComboStrap\\PageSqlParser\\Context\\TablesContext
1824 public function getRuleIndex() : int global() function in ComboStrap\\PageSqlParser\\Context\\LimitContext
1861 public function getRuleIndex() : int global() function in ComboStrap\\PageSqlParser\\Context\\OrderBysContext
1927 public function getRuleIndex() : int global() function in ComboStrap\\PageSqlParser\\Context\\OrderByDefContext
1969 public function getRuleIndex() : int global() function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php56 $ruleIndex = $tree->getRuleContext()->getRuleIndex();
155 } elseif (!$findTokens && $tree instanceof ParserRuleContext && $tree->getRuleIndex() === $index) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerCustomAction.php50 public function getRuleIndex() : int function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerCustomAction
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php129 if ($child->getRuleIndex() === PageSqlParser::RULE_tables) {
313 $ruleIndex = $ctx->getRuleIndex();
415 $ruleIndex = $ctx->getRuleIndex();
456 return $ruleNames[$ctx->getRuleIndex()];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php58 public function getRuleIndex() : int function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\FailedPredicateException
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php718 if ($p->getRuleIndex() === $ruleIndex) {
744 return $this->getRuleNames()[$this->context()->getRuleIndex()] ?? '';
839 public function getRuleIndex(string $ruleName) : int function in Antlr\\Antlr4\\Runtime\\Parser
862 $ruleIndex = $p->getRuleIndex();
H A DParserTraceListener.php28 $this->parser->getRuleNames()[$context->getRuleIndex()],
49 $this->parser->getRuleNames()[$context->getRuleIndex()],
H A DRuleContext.php150 public function getRuleIndex() : int function in Antlr\\Antlr4\\Runtime\\RuleContext
238 $ri = $p->getRuleIndex();