Searched refs:typeVariableNames (Results 1 – 3 of 3) sorted by relevance
59 public void addTypeParameters(Iterable<TypeVariableName> typeVariableNames) { in addTypeParameters() argument60 Iterables.addAll(typeParameters, typeVariableNames); in addTypeParameters()
80 public void addTypeParameters(Iterable<TypeVariableName> typeVariableNames) { in addTypeParameters() argument81 Iterables.addAll(typeParameters, typeVariableNames); in addTypeParameters()
292 HashSet<String> typeVariableNames; in parseMethod() local336 typeVariableNames = TypeInfo.typeVariables(typeParameters); in parseMethod()337 if (typeVariableNames.contains(returnType.qualifiedTypeName())) { in parseMethod()355 parseParameterList(tokenizer, method, typeVariableNames, token); in parseMethod()