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

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

Completed in 79 milliseconds