Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php29 * result is updated by calling {@see AbstractParseTreeVisitor::aggregateResult()}
54 $result = $this->aggregateResult($result, $childResult);
125 protected function aggregateResult($aggregate, $nextResult) function in Antlr\\Antlr4\\Runtime\\Tree\\AbstractParseTreeVisitor