Home | History | Annotate | Download | only in store

Lines Matching defs:toType

301         String toType = getQualifiedName(conversionMethod.getReturnType());
308 convertTo.put(toType, methodDescription);
335 for (String toType : convertTos.keySet()) {
336 MethodDescription methodDescription = convertTos.get(toType);
338 removedConversions.add(toType);