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