(rawName: string)
| 181 | } |
| 182 | |
| 183 | protected topLevelNameStyle(rawName: string): string { |
| 184 | return javaNameStyle(true, false, rawName); |
| 185 | } |
| 186 | |
| 187 | protected get namedTypeNamer(): Namer { |
| 188 | return typeNamingFunction; |
nothing calls this directly
no test coverage detected