Searched refs:typeInfo (Results 1 – 4 of 4) sorted by relevance
127 return typeInfo?.hasTypeArguments() ?: false in hasTypeVariables()134 val s = typeInfo.toString() in typeParameterList()178 private var typeInfo: TextTypeItem? = null variable179 fun setTypeInfo(typeInfo: TextTypeItem) { in setTypeInfo()180 this.typeInfo = typeInfo in setTypeInfo()184 if (typeInfo == null) { in asTypeInfo()185 typeInfo = codebase.obtainTypeFromString(qualifiedTypeName) in asTypeInfo()187 return typeInfo!! in asTypeInfo()
470 ObjTypeInfo typeInfo = getObjTypeMap().get(typeName); in getConfigurationObject() local471 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()662 ObjTypeInfo typeInfo = getObjTypeMap().get(typeName); in addObject() local663 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()666 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()669 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()
293 final TextTypeItem typeInfo = api.obtainTypeFromString(qualifiedName); in parseClass() local305 typeInfo.toErasedTypeString(null), typeInfo.qualifiedTypeName(), in parseClass()308 cl.setTypeInfo(typeInfo); in parseClass()583 TextTypeItem typeInfo = api.obtainTypeFromString(type); in parseField() local598 …TextFieldItem field = new TextFieldItem(api, name, cl, modifiers, typeInfo, value, tokenizer.pos()… in parseField()787 TextTypeItem typeInfo = api.obtainTypeFromString(type); in parseProperty() local797 …TextPropertyItem property = new TextPropertyItem(api, name, cl, modifiers, typeInfo, tokenizer.pos… in parseProperty()864 TextTypeItem typeInfo = api.obtainTypeFromString(typeString, in parseParameterList() local928 typeInfo, modifiers, tokenizer.pos())); in parseParameterList()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...