Searched defs:fullParameterTypeName (Results 1 - 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DStubs.java589 stream.print(comma + fullParameterTypeName(method, param.type(), count == size) + " "
931 + makeXMLcompliant(fullParameterTypeName(mi, mi.returnType(), false)) + "\"\n" : "")
993 + makeXMLcompliant(fullParameterTypeName(method, pi.type(), isLast)) + "\">");
1288 apiWriter.print(fullParameterTypeName(mi, mi.returnType(), false));
1307 apiWriter.print(fullParameterTypeName(method, pi.type(), pi == params.get(params.size()-1)));
1529 static String fullParameterTypeName(MethodInfo method, TypeInfo type, boolean isLast) { method in class:Stubs

Completed in 118 milliseconds