Searched defs:typeVars (Results 1 – 7 of 7) sorted by relevance
216 public static String typeArgumentsName(ArrayList<TypeInfo> args, HashSet<String> typeVars) { in typeArgumentsName()231 public String fullName(HashSet<String> typeVars) { in fullName()236 public String fullNameNoBounds(HashSet<String> typeVars) { in fullNameNoBounds()242 private boolean checkRecurringTypeVar(HashSet<String> typeVars) { in checkRecurringTypeVar()252 private String fullNameNoDimensionNoBounds(HashSet<String> typeVars) { in fullNameNoDimensionNoBounds()267 public String fullNameNoDimension(HashSet<String> typeVars) { in fullNameNoDimension()327 HashSet<String> typeVars) { in makeHDFRecursive()
696 public String typeArgumentsName(HashSet<String> typeVars) { in typeArgumentsName()
241 TypeVariable<?>[] typeVars = rawType.getTypeParameters(); in generate() local
245 TypeVariable<?>[] typeVars = rawType.getTypeParameters(); in generate() local
476 TypeVariable<?>[] typeVars = rawType.getTypeParameters(); in capture() local
1468 final TypeVariable<?>[] typeVars = getRawType(parameterizedType).getTypeParameters(); in mapTypeVariablesToArguments() local