Searched refs:typeArrayToString (Results 1 – 4 of 4) sorted by relevance
159 code.write(`<${this.transformer.typeArrayToString(genericTypes)}>`);
206 let code = this.typeArrayToString(types);213 public typeArrayToString(types: Type[], split: string = ', '): string { method in SourceTransformer
81 this.printer.write(`<${this.transformer.typeArrayToString(genericsTypes)}>`);
810 …ericTypes = this.aliasType.getGenericTypes() ? `<${this.transformer.typeArrayToString(this.aliasTy…