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, JetImportDirective importDirective, java.util.Collection<? extends DeclarationDescriptor> descriptors)
           
static void reportPlatformClassMappedToKotlin(ModuleDescriptor module, BindingTrace trace, JetElement 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
                                                    JetImportDirective importDirective,
                                                    @NotNull
                                                    java.util.Collection<? extends DeclarationDescriptor> descriptors)

reportPlatformClassMappedToKotlin

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