Searched defs:toStringTree (Results 1 – 5 of 5) sorted by relevance
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ | ||
H A D | Tree.php | 44 public function toStringTree(?array $ruleNames = null) : string; function |
H A D | ParseTree.php | 55 public function toStringTree(?array $ruleNames = null) : string; function |
H A D | TerminalNodeImpl.php | 81 public function toStringTree(?array $ruleNames = null) : string function in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl |
H A D | Trees.php | 25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string function in Antlr\\Antlr4\\Runtime\\Tree\\Trees |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ | ||
H A D | RuleContext.php | 214 public function toStringTree(?array $ruleNames = null) : string function in Antlr\\Antlr4\\Runtime\\RuleContext |