org.jetbrains.kotlin.platform
Interface PlatformToKotlinClassMap

All Known Implementing Classes:
JavaToKotlinClassMap

public interface PlatformToKotlinClassMap


Field Summary
static PlatformToKotlinClassMap EMPTY
           
 
Method Summary
 java.util.Collection<ClassDescriptor> mapPlatformClass(ClassDescriptor classDescriptor)
           
 

Field Detail

EMPTY

static final PlatformToKotlinClassMap EMPTY
Method Detail

mapPlatformClass

@NotNull
java.util.Collection<ClassDescriptor> mapPlatformClass(@NotNull
                                                               ClassDescriptor classDescriptor)