public static class Importer.StandardImporter extends java.lang.Object implements Importer
Importer.DelayedImporter, Importer.StandardImporterDO_NOTHING| Constructor and Description |
|---|
Importer.StandardImporter(WritableScope namespaceScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAliasImport(DeclarationDescriptor descriptor,
Name aliasName) |
void |
addAllUnderImport(DeclarationDescriptor descriptor,
PlatformToKotlinClassMap platformToKotlinClassMap) |
protected void |
importAllUnderDeclaration(DeclarationDescriptor descriptor,
PlatformToKotlinClassMap platformToKotlinClassMap) |
protected void |
importDeclarationAlias(DeclarationDescriptor descriptor,
Name aliasName) |
public Importer.StandardImporter(WritableScope namespaceScope)
public void addAllUnderImport(@NotNull DeclarationDescriptor descriptor, @NotNull PlatformToKotlinClassMap platformToKotlinClassMap)
addAllUnderImport in interface Importerpublic void addAliasImport(@NotNull DeclarationDescriptor descriptor, @NotNull Name aliasName)
addAliasImport in interface Importerprotected void importAllUnderDeclaration(@NotNull DeclarationDescriptor descriptor, @NotNull PlatformToKotlinClassMap platformToKotlinClassMap)
protected void importDeclarationAlias(@NotNull DeclarationDescriptor descriptor, @NotNull Name aliasName)