Searched refs:typeArguments (Results 1 – 13 of 13) sorted by relevance
112 if (other.typeArguments() != null) { in TypeInfo()113 mTypeArguments = new ArrayList<TypeInfo>(other.typeArguments()); in TypeInfo()235 public ArrayList<TypeInfo> typeArguments() { in typeArguments() method in TypeInfo456 public TypeInfo getTypeWithArguments(Map<String, TypeInfo> typeArguments) { in getTypeWithArguments() argument457 if (typeArguments.containsKey(fullName())) { in getTypeWithArguments()458 return typeArguments.get(fullName()); in getTypeWithArguments()462 if (typeArguments() != null) { in getTypeWithArguments()464 for (TypeInfo t : typeArguments()) { in getTypeWithArguments()465 newArgs.add(t.getTypeWithArguments(typeArguments)); in getTypeWithArguments()478 for (int i = 0; i < generic.typeArguments().size(); i++) { in getTypeArgumentMapping()[all …]
261 if (ti.typeArguments() != null) { in findHiddenClasses()262 for (TypeInfo tii : ti.typeArguments()) { in findHiddenClasses()295 if (fInfo.type().typeArguments() != null) { in cantStripThis()296 for (TypeInfo tTypeInfo : fInfo.type().typeArguments()) { in cantStripThis()307 if (cl.asTypeInfo().typeArguments() != null) { in cantStripThis()308 for (TypeInfo tInfo : cl.asTypeInfo().typeArguments()) { in cantStripThis()366 if (pInfo.type().typeArguments() != null) { in cantStripThis()367 for (TypeInfo tInfoType : pInfo.type().typeArguments()) { in cantStripThis()393 if (mInfo.returnType().typeArguments() != null) { in cantStripThis()394 for (TypeInfo tyInfo : mInfo.returnType().typeArguments()) { in cantStripThis()
322 printTypeVariableList(type.typeArguments()); in printTypeVariables()718 newType.setTypeArguments(type.typeArguments()); in buildFields()827 ArrayList<TypeInfo> typeArguments = null; in buildType() local844 typeArguments = buildTypeVariables((ParseTree) namePart); in buildType()873 type.setTypeArguments(typeArguments); in buildType()1163 if (type.typeArguments() != null && !type.typeArguments().isEmpty()) { in buildSignatureForType()1165 for (TypeInfo inner : type.typeArguments()) { in buildSignatureForType()1166 if (inner != type.typeArguments().get(0)) { in buildSignatureForType()
531 …rayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asParameterizedType().typeArguments()))));550 if (t.asParameterizedType().typeArguments() != null) {551 for (Type ty : t.asParameterizedType().typeArguments()) {
630 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments(); in typeVariables()
303 HashSet<String> result = TypeInfo.typeVariables(mTypeInfo.typeArguments()); in typeVariables()306 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments(); in typeVariables()
265 @Nullable Type ownerType, Class<?> rawType, Type[] typeArguments) { in ParameterizedTypeImpl() argument267 checkArgument(typeArguments.length == rawType.getTypeParameters().length); in ParameterizedTypeImpl()268 disallowPrimitiveType(typeArguments, "type parameter"); in ParameterizedTypeImpl()271 this.argumentsList = JavaVersion.CURRENT.usedInGenericType(typeArguments); in ParameterizedTypeImpl()
84 * 1) Adding typeArguments to superSuffix to alHexSignificandlow input like87 * 2) Adding typeArguments to innerCreator to allow input like193 * Changed createdName to use typeArguments instead of nonWildcardTypeArguments.614 (typeArguments617 (typeArguments633 typeArguments1126 | '.' (typeArguments1209 (typeArguments
4632 typeArguments(); in classOrInterfaceType()4696 typeArguments(); in classOrInterfaceType()4797 public final void typeArguments() throws RecognitionException { in typeArguments() method in JavaParser11572 typeArguments(); in superSuffix()12886 typeArguments(); in innerCreator()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...