Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DasynchronousFunctionProcessor.ts39 this.nodeVisitor(cNode, preNode);
55 nodeVisitor(cNode: ts.Node, preNode: PreNode): void {
59 this.nodeVisitor(child, preNode);
67 this.nodeVisitor(child, preNode);
DoutputProcessor.ts87 this.nodeVisitor(child);
92 private nodeVisitor(node: ts.Node): void { method in NumberLiteralCaseRule
95 this.nodeVisitor(child);
DcoreImpls.ts221 …function nodeVisitor(node: ts.Node, parentNode: comment.CommentNode | undefined, sourceFile: ts.So… function
237 nodeVisitor(child, currentCommentNode, sourceFile);
242 nodeVisitor(child, undefined, forEachSourceFile);