Searched refs:classMethodCollection (Results 1 – 2 of 2) sorted by relevance
141 export const classMethodCollection: Map<string, Set<string>> = new Map(); constant877 classMethodCollection.set(node.name.getText(), currentMethodCollection);
88 classMethodCollection,435 const currentClassMethod: Set<string> = classMethodCollection.get(node.parent.name.getText());