Home
last modified time | relevance | path

Searched refs:toStringTree (Results 1 – 5 of 5) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DRuleContext.php214 public function toStringTree(?array $ruleNames = null) : string function in Antlr\\Antlr4\\Runtime\\RuleContext
216 return Trees::toStringTree($this, $ruleNames);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
DTrees.php25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string function in Antlr\\Antlr4\\Runtime\\Tree\\Trees
42 $result .= ($i > 0 ? ' ' : '') . self::toStringTree($child, $ruleNames);
DTree.php44 public function toStringTree(?array $ruleNames = null) : string; function
DParseTree.php55 public function toStringTree(?array $ruleNames = null) : string; function
DTerminalNodeImpl.php81 public function toStringTree(?array $ruleNames = null) : string function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl