org.jetbrains.jet.lang
Interface PlatformToKotlinClassMap

All Known Implementing Classes:
JavaToKotlinClassMap

public interface PlatformToKotlinClassMap


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

Field Detail

EMPTY

static final PlatformToKotlinClassMap EMPTY
Method Detail

mapPlatformClass

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

mapPlatformClassesInside

@NotNull
java.util.Collection<ClassDescriptor> mapPlatformClassesInside(@NotNull
                                                                       DeclarationDescriptor containingDeclaration)