Home
last modified time | relevance | path

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

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