* Direct supertypes of the type named `typeName` (same language): the classes * it extends and the interfaces / protocols / traits it implements/conforms to, * by simple name. Backed by the resolved `implements`/`extends` edges, so it is * EMPTY during the first resolution pass (edges aren'
(typeName: string, language: Language)
| 91 | * method). Optional so external/test contexts compile without it. |
| 92 | */ |
| 93 | getSupertypes?(typeName: string, language: Language): string[]; |
| 94 | /** |
| 95 | * Look up a node by its id. Lets matchers derive the FROM-symbol's |
| 96 | * enclosing-class scope (Swift implicit-self method scoping, `this.X` |
no outgoing calls
no test coverage detected