Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeVisitor.php27 public function visitChildren(RuleNode $node); function
H A DAbstractParseTreeVisitor.php38 public function visitChildren(RuleNode $node) function in Antlr\\Antlr4\\Runtime\\Tree\\AbstractParseTreeVisitor
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php205 return $visitor->visitChildren($this);
/plugin/mermaid/
H A Dmermaid.min.js1234visitChildren(e){for(let t in e){let r=e[t];e.hasOwnProperty(t)&&(r.type!==void 0?this.visit(r):Ar…
1236 …),this.isStarting&&(this.startRegexp+=t)}}visitChildren(e){e.type==="Group"&&e.quantifier||super.v…
1238visitChildren(e){if(this.found!==!0){switch(e.type){case"Lookahead":this.visitLookahead(e);return;…