|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.Importer.StandardImporter
public static class Importer.StandardImporter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jetbrains.jet.lang.resolve.Importer |
|---|
Importer.DelayedImporter, Importer.StandardImporter |
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.jet.lang.resolve.Importer |
|---|
DO_NOTHING |
| Constructor Summary | |
|---|---|
Importer.StandardImporter(WritableScope namespaceScope)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Importer.StandardImporter(WritableScope namespaceScope)
| Method Detail |
|---|
public void addAllUnderImport(@NotNull
DeclarationDescriptor descriptor,
@NotNull
PlatformToKotlinClassMap platformToKotlinClassMap)
addAllUnderImport in interface Importer
public void addAliasImport(@NotNull
DeclarationDescriptor descriptor,
@NotNull
Name aliasName)
addAliasImport in interface Importer
protected void importAllUnderDeclaration(@NotNull
DeclarationDescriptor descriptor,
@NotNull
PlatformToKotlinClassMap platformToKotlinClassMap)
protected void importDeclarationAlias(@NotNull
DeclarationDescriptor descriptor,
@NotNull
Name aliasName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||