Searched refs:partWithoutLeadingDot (Results 1 – 1 of 1) sorted by relevance
322 String partWithoutLeadingDot = part.substring(1); in emitStaticImportMember() local323 if (partWithoutLeadingDot.isEmpty()) return false; in emitStaticImportMember()324 char first = partWithoutLeadingDot.charAt(0); in emitStaticImportMember()326 String explicit = canonical + "." + extractMemberName(partWithoutLeadingDot); in emitStaticImportMember()329 emitAndIndent(partWithoutLeadingDot); in emitStaticImportMember()