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(PlatformToKotlinClassMap platformToKotlinMap, BindingTrace trace, KtImportDirective importDirective, java.util.Collection<? extends DeclarationDescriptor> descriptors)
           
static void reportPlatformClassMappedToKotlin(PlatformToKotlinClassMap platformToKotlinMap, 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
                                                    PlatformToKotlinClassMap platformToKotlinMap,
                                                    @NotNull
                                                    BindingTrace trace,
                                                    @NotNull
                                                    KtImportDirective importDirective,
                                                    @NotNull
                                                    java.util.Collection<? extends DeclarationDescriptor> descriptors)

reportPlatformClassMappedToKotlin

public static void reportPlatformClassMappedToKotlin(@NotNull
                                                     PlatformToKotlinClassMap platformToKotlinMap,
                                                     @NotNull
                                                     BindingTrace trace,
                                                     @NotNull
                                                     KtElement element,
                                                     @NotNull
                                                     DeclarationDescriptor descriptor)