Searched refs:ruleNames (Results 1 – 9 of 9) sorted by relevance
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
D | RuleContext.php | 214 public function toStringTree(?array $ruleNames = null) : string argument 216 return Trees::toStringTree($this, $ruleNames); 227 public function toString(?array $ruleNames = null, ?RuleContext $stop = null) : string argument 233 if ($ruleNames === null) { 239 $ruleName = $ri >= 0 && $ri < \count($ruleNames) ? $ruleNames[$ri] : (string) $ri; 243 if ($p->parentCtx !== null && ($ruleNames !== null || !$p->parentCtx->isEmpty())) {
|
D | Parser.php | 857 $ruleNames = $this->getRuleNames(); 867 $stack[] = $ruleNames[$ruleIndex];
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
D | Trees.php | 25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string argument 27 $string = self::getNodeText($tree, $ruleNames); 42 $result .= ($i > 0 ? ' ' : '') . self::toStringTree($child, $ruleNames); 52 public static function getNodeText(Tree $tree, ?array $ruleNames) : string argument 54 if ($ruleNames !== null) { 57 $ruleName = $ruleNames[$ruleIndex];
|
D | Tree.php | 44 public function toStringTree(?array $ruleNames = null) : string; argument
|
D | ParseTree.php | 55 public function toStringTree(?array $ruleNames = null) : string; argument
|
D | TerminalNodeImpl.php | 81 public function toStringTree(?array $ruleNames = null) : string argument
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
D | DiagnosticErrorListener.php | 121 $ruleNames = $recognizer->getRuleNames(); 123 if ($ruleIndex < 0 || $ruleIndex >= \count($ruleNames)) { 127 $ruleName = $ruleNames[$ruleIndex];
|
/plugin/combo/ComboStrap/ |
D | PageSqlTreeListener.php | 472 $ruleNames = $this->parser->getRuleNames(); 473 return $ruleNames[$ctx->getRuleIndex()];
|
/plugin/mermaid/ |
D | mermaid.min.js | 818 …ruleNames:new Map},t),e}function A$e(t,e){let r=sx(e,!1),n=en(e.rules).filter(Fa).filter(i=>r.has(… property
|