Home
last modified time | relevance | path

Searched refs:ruleNames (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
DRuleContext.php214 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())) {
DParser.php857 $ruleNames = $this->getRuleNames();
867 $stack[] = $ruleNames[$ruleIndex];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
DTrees.php25 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];
DTree.php44 public function toStringTree(?array $ruleNames = null) : string; argument
DParseTree.php55 public function toStringTree(?array $ruleNames = null) : string; argument
DTerminalNodeImpl.php81 public function toStringTree(?array $ruleNames = null) : string argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
DDiagnosticErrorListener.php121 $ruleNames = $recognizer->getRuleNames();
123 if ($ruleIndex < 0 || $ruleIndex >= \count($ruleNames)) {
127 $ruleName = $ruleNames[$ruleIndex];
/plugin/combo/ComboStrap/
DPageSqlTreeListener.php472 $ruleNames = $this->parser->getRuleNames();
473 return $ruleNames[$ctx->getRuleIndex()];
/plugin/mermaid/
Dmermaid.min.js818ruleNames: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