Searched refs:getTypeArgumentMapping (Results 1 - 2 of 2) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DTypeInfo.java476 public static Map<String, TypeInfo> getTypeArgumentMapping(TypeInfo generic, TypeInfo typed) { method in class:TypeInfo
490 public static Map<String, TypeInfo> getTypeArgumentMapping(ClassInfo cls, TypeInfo typed) { method in class:TypeInfo
491 return getTypeArgumentMapping(cls.asTypeInfo(), typed);
H A DClassInfo.java61 public Map<String, TypeInfo> getTypeArgumentMapping() { method in class:ClassInfo.ClassTypePair
62 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo());
343 Map<String, TypeInfo> map = TypeInfo.getTypeArgumentMapping(iface.asTypeInfo(), type);
369 ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping()));
394 ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping()));
402 toParse.addAll(ctp.classInfo().justMyInterfacesWithTypes(ctp.getTypeArgumentMapping()));
428 typeArgumentsMap = lastCtp.getTypeArgumentMapping();
689 methods.put(m.name() + m.signature(), m.cloneForClass(owner, ctp.getTypeArgumentMapping()));
1498 method.makeHDF(data, base + ".methods." + i, ctp.getTypeArgumentMapping());

Completed in 66 milliseconds