Searched refs:generateCommonMethod (Results 1 – 2 of 2) sorted by relevance
19 import { generateCommonMethod } from './generateCommonMethod';87 classBody += generateCommonMethod(className, value, sourceFile);
30 export function generateCommonMethod(rootName: string, methodArray: Array<MethodEntity>, sourceFile… function