Searched refs:componentMethodCollection (Results 1 – 1 of 1) sorted by relevance
1392 const componentMethodCollection: Map<string, Set<string>> = new Map(); constant1393 componentMethodCollection.set(node.name.getText(), currentMethodCollection);1399 classMethodCollection.set(filePath, componentMethodCollection);