org.jetbrains.kotlin.resolve
Class PlatformTypesMappedToKotlinChecker

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.PlatformTypesMappedToKotlinChecker

public class PlatformTypesMappedToKotlinChecker
extends java.lang.Object


Constructor Summary
PlatformTypesMappedToKotlinChecker()
           
 
Method Summary
static void checkPlatformTypesMappedToKotlin(ModuleDescriptor module, BindingTrace trace, KtImportDirective importDirective, java.util.Collection<? extends DeclarationDescriptor> descriptors)
           
static void reportPlatformClassMappedToKotlin(ModuleDescriptor module, BindingTrace trace, KtElement element, DeclarationDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformTypesMappedToKotlinChecker

public PlatformTypesMappedToKotlinChecker()
Method Detail

checkPlatformTypesMappedToKotlin

public static void checkPlatformTypesMappedToKotlin(@NotNull
                                                    ModuleDescriptor module,
                                                    @NotNull
                                                    BindingTrace trace,
                                                    @NotNull
                                                    KtImportDirective importDirective,
                                                    @NotNull
                                                    java.util.Collection<? extends DeclarationDescriptor> descriptors)

reportPlatformClassMappedToKotlin

public static void reportPlatformClassMappedToKotlin(@NotNull
                                                     ModuleDescriptor module,
                                                     @NotNull
                                                     BindingTrace trace,
                                                     @NotNull
                                                     KtElement element,
                                                     @NotNull
                                                     DeclarationDescriptor descriptor)