Searched refs:partWithoutLeadingDot (Results 1 – 1 of 1) sorted by relevance
341 String partWithoutLeadingDot = part.substring(1); in emitStaticImportMember() local342 if (partWithoutLeadingDot.isEmpty()) return false; in emitStaticImportMember()343 char first = partWithoutLeadingDot.charAt(0); in emitStaticImportMember()345 String explicit = canonical + "." + extractMemberName(partWithoutLeadingDot); in emitStaticImportMember()348 emitAndIndent(partWithoutLeadingDot); in emitStaticImportMember()