Searched defs:typeName (Results 1 – 6 of 6) sorted by relevance
683 String typeName = ctx.typeAnnotation().stop.getText(); in enterCallSignature() local880 … String typeName = ctx.typeAnnotation() != null ? ctx.typeAnnotation().type_().getText() : "void"; in enterPropertyDeclarationExpression() local913 String typeName = ctx.identifier().getText(); in enterTypeAliasDeclaration() local1013 String typeName = ctx.classExtendsClause().typeReference() != null ? in enterClassHeritage() local1303 … String typeName = (ctx.typeAnnotation() != null && ctx.typeAnnotation().type_() != null) ? in setVariableSingleExpression() local
1510 public TypeNameContext typeName() { in typeName() method in TypeScriptParser.TypeReferenceContext1643 public final TypeNameContext typeName() throws RecognitionException { in typeName() method in TypeScriptParser
130 typeName: string; property
215 function getTypeInfo(result, typeName, typeType, isEnum) { argument
595 String typeName = ""; in parseFunction() local842 String typeName = ctx.declSpecifierSeq().getText(); in enterFunctionDefinition() local