Home
last modified time | relevance | path

Searched defs:ruleNames (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string argument
52 public static function getNodeText(Tree $tree, ?array $ruleNames) : string argument
H A DTree.php44 public function toStringTree(?array $ruleNames = null) : string; argument
H A DParseTree.php55 public function toStringTree(?array $ruleNames = null) : string; argument
H A DTerminalNodeImpl.php81 public function toStringTree(?array $ruleNames = null) : string argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php214 public function toStringTree(?array $ruleNames = null) : string argument
227 public function toString(?array $ruleNames = null, ?RuleContext $stop = null) : string argument