Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 6 of 6) sorted by relevance

/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/typescript/
DTypeScriptCustomListener.java683 String typeName = ctx.typeAnnotation().stop.getText(); in enterCallSignature() local
880 … String typeName = ctx.typeAnnotation() != null ? ctx.typeAnnotation().type_().getText() : "void"; in enterPropertyDeclarationExpression() local
913 String typeName = ctx.identifier().getText(); in enterTypeAliasDeclaration() local
1013 String typeName = ctx.classExtendsClause().typeReference() != null ? in enterClassHeritage() local
1303 … String typeName = (ctx.typeAnnotation() != null && ctx.typeAnnotation().type_() != null) ? in setVariableSingleExpression() local
DTypeScriptParser.java1510 public TypeNameContext typeName() { in typeName() method in TypeScriptParser.TypeReferenceContext
1643 public final TypeNameContext typeName() throws RecognitionException { in typeName() method in TypeScriptParser
/napi_generator/src/vscode_plugin/src/gen/
Ddatatype.ts130 typeName: string; property
/napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/
Dnamespace.js215 function getTypeInfo(result, typeName, typeType, isEnum) { argument
/napi_generator/src/cli/dts2cpp/src/gen/analyze/
Dnamespace.js215 function getTypeInfo(result, typeName, typeType, isEnum) { argument
/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/cpp/
DCPP14CustomListener.java595 String typeName = ""; in parseFunction() local
842 String typeName = ctx.declSpecifierSeq().getText(); in enterFunctionDefinition() local