Home
last modified time | relevance | path

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

/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php40 $result = $this->defaultResult();
70 return $this->defaultResult();
83 return $this->defaultResult();
98 protected function defaultResult() function in Antlr\\Antlr4\\Runtime\\Tree\\AbstractParseTreeVisitor