Searched refs:ClassTypePair (Results 1 – 1 of 1) sorted by relevance
48 private class ClassTypePair { class in ClassInfo52 public ClassTypePair(ClassInfo cl, TypeInfo t) { in ClassTypePair() method in ClassInfo.ClassTypePair362 private List<ClassTypePair> justMyInterfacesWithTypes() { in justMyInterfacesWithTypes()370 private List<ClassTypePair> justMyInterfacesWithTypes(Map<String, TypeInfo> typeArgumentsMap) { in justMyInterfacesWithTypes()372 return Collections.<ClassTypePair>emptyList(); in justMyInterfacesWithTypes()375 List<ClassTypePair> list = new ArrayList<ClassTypePair>(); in justMyInterfacesWithTypes()382 list.add(new ClassTypePair(iface, type)); in justMyInterfacesWithTypes()397 private ArrayList<ClassTypePair> interfacesWithTypes() { in interfacesWithTypes()399 mInterfacesWithTypes = new ArrayList<ClassTypePair>(); in interfacesWithTypes()401 Iterator<ClassTypePair> itr = superClassesWithTypes().iterator(); in interfacesWithTypes()[all …]