Home
last modified time | relevance | path

Searched refs:typeArrayToString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/save/source/
DSourceMethod.ts159 code.write(`<${this.transformer.typeArrayToString(genericTypes)}>`);
DSourceTransformer.ts206 let code = this.typeArrayToString(types);
213 public typeArrayToString(types: Type[], split: string = ', '): string { method in SourceTransformer
DSourceClass.ts81 this.printer.write(`<${this.transformer.typeArrayToString(genericsTypes)}>`);
DSourceStmt.ts810 …ericTypes = this.aliasType.getGenericTypes() ? `<${this.transformer.typeArrayToString(this.aliasTy…