Searched refs:getType (Results 1 – 17 of 17) sorted by relevance
50 static getType(options?: { method in Network
1290 getType(char: string): string;1476 static getType(char: string): string;
180 getType(): string;
1682 getType(): string; method1986 getType(): string;
1477 getType(): WebMessageType;2131 getType(): JsMessageType;
396 getType(): Promise<string>;2248 getType(): Promise<string>;
589 getType(): tag.MifareClassicType; method705 getType(): tag.MifareUltralightType; method
98 getType(uri: string, callback: AsyncCallback<string>): void; method109 getType(uri: string): Promise<string>; method
259 newInfo.setType(propertyInfo.getType().join(' | '));270 …ype(typeInfo ? typeInfo.replace(/^[\?]*[\(](.*)[\)]$/, '$1') : propertyInfo.getType().join(' | '));362 newParam.setType(param.getType().join(' | '));377 newParam.setType(param.getType().join(' | '));544 typeAliasInfo.getType().map((type: string) => {552 newInfo.setType(typeAliasInfo.getType().join(' | '));
232 const paramType: string[] = params[i].getType();
608 getType?(uri: string, callback: AsyncCallback<string>): void; method
430 getType(): string[] { method in PropertyInfo490 getType(): string[] { method in TypeAliasInfo609 getType(): string[] { method in ParamInfo
692 const oldParamType: string[] = oldApiInfo.getType();693 const newParamType: string[] = newApiInfo.getType();828 const olaPropertyType: string[] = oldApiInfo.getType();829 const newPropertyType: string[] = newApiInfo.getType();950 const olaTypeAliasType: string[] = oldApiInfo.getType();951 const newTypeAliasType: string[] = newApiInfo.getType();
133 const paramTypeName: string = firstParam.getType()[0].replace(/\'/g, '');
417 paramApiType = paramApiInfos[paramIndex]?.getType();
198 getType(node);201 function getType(node) { function206 return ts.visitEachChild(node, getType, context);
762 let nodeSignature = `${AstNodeHelper.getType(node)}#`;784 private static getType(node: ts.Node): string { method in AstNodeHelper