Home
last modified time | relevance | path

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

/third_party/jsframework/mock-generate/src/declaration-node/
DmethodSignatureDeclaration.ts29 const methodSignatureNode = node as MethodSignature; constant
32 const returnType = getFunctionAndMethodReturnInfo(methodSignatureNode, sourceFile);
33 functionName = getPropertyName(methodSignatureNode.name, sourceFile);
34 methodSignatureNode.parameters.forEach(value => {