public static class Importer.DelayedImporter extends Importer.StandardImporter
Importer.DelayedImporter, Importer.StandardImporterDO_NOTHING| Constructor and Description |
|---|
Importer.DelayedImporter(WritableScope namespaceScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAliasImport(DeclarationDescriptor descriptor,
Name aliasName) |
void |
addAllUnderImport(DeclarationDescriptor descriptor,
PlatformToKotlinClassMap platformToKotlinClassMap) |
void |
processImports() |
importAllUnderDeclaration, importDeclarationAliaspublic Importer.DelayedImporter(@NotNull WritableScope namespaceScope)
public void addAllUnderImport(@NotNull DeclarationDescriptor descriptor, @NotNull PlatformToKotlinClassMap platformToKotlinClassMap)
addAllUnderImport in interface ImporteraddAllUnderImport in class Importer.StandardImporterpublic void addAliasImport(@NotNull DeclarationDescriptor descriptor, @NotNull Name aliasName)
addAliasImport in interface ImporteraddAliasImport in class Importer.StandardImporterpublic void processImports()