Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php140 public static function findAllNodes(ParseTree $tree, int $index, bool $findTokens) : array argument
150 private static function findNodesInTree(ParseTree $tree, int $index, bool $findTokens, array $nodes) : array argument