Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php45 if (!$this->shouldVisitNextChild($node, $result)) {
154 protected function shouldVisitNextChild(RuleNode $node, $currentResult) : bool function in Antlr\\Antlr4\\Runtime\\Tree\\AbstractParseTreeVisitor