Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php26 * child, it calls {@see AbstractParseTreeVisitor::shouldVisitNextChild()};
45 if (!$this->shouldVisitNextChild($node, $result)) {
106 * {@see AbstractParseTreeVisitor::shouldVisitNextChild()} returns `false`,
154 protected function shouldVisitNextChild(RuleNode $node, $currentResult) : bool function in Antlr\\Antlr4\\Runtime\\Tree\\AbstractParseTreeVisitor