Searched refs:nodeVisitor (Results 1 – 3 of 3) sorted by relevance
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | asynchronousFunctionProcessor.ts | 39 this.nodeVisitor(cNode, preNode); 55 nodeVisitor(cNode: ts.Node, preNode: PreNode): void { 59 this.nodeVisitor(child, preNode); 67 this.nodeVisitor(child, preNode);
|
| D | outputProcessor.ts | 87 this.nodeVisitor(child); 92 private nodeVisitor(node: ts.Node): void { method in NumberLiteralCaseRule 95 this.nodeVisitor(child);
|
| D | coreImpls.ts | 221 …function nodeVisitor(node: ts.Node, parentNode: comment.CommentNode | undefined, sourceFile: ts.So… function 237 nodeVisitor(child, currentCommentNode, sourceFile); 242 nodeVisitor(child, undefined, forEachSourceFile);
|