Searched refs:ellipsisIndex (Results 1 – 1 of 1) sorted by relevance
196 int ellipsisIndex = typeName.indexOf("..."); in ambiguousToBinaryName() local197 if (ellipsisIndex >= 0) { in ambiguousToBinaryName()198 String newTypeName = typeName.substring(0, ellipsisIndex) + "[]"; in ambiguousToBinaryName()