Searched refs:getNodeSignature (Results 1 – 3 of 3) sorted by relevance
97 function getNodeSignature(astNode, packageName, className) { function105 signature += `#${getNodeSignature(childNode)}`;248 this.signature = getNodeSignature(astNode, packageName, className);309 getNodeSignature: getNodeSignature, property
37 const nodeSignature = AstNodeHelper.getNodeSignature(node.astNode);
758 static getNodeSignature(node: ts.Node): string { method in AstNodeHelper792 const parentNodeSignature = this.getNodeSignature(node);794 return this.getNodeSignature(node.parent);910 const nodeSignature = AstNodeHelper.getNodeSignature(node);