public interface PlatformToKotlinClassMap
Modifier and Type | Field and Description |
---|---|
static PlatformToKotlinClassMap |
EMPTY |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ClassDescriptor> |
mapPlatformClass(ClassDescriptor classDescriptor) |
java.util.Collection<ClassDescriptor> |
mapPlatformClassesInside(DeclarationDescriptor containingDeclaration) |
static final PlatformToKotlinClassMap EMPTY
@NotNull java.util.Collection<ClassDescriptor> mapPlatformClass(@NotNull ClassDescriptor classDescriptor)
@NotNull java.util.Collection<ClassDescriptor> mapPlatformClassesInside(@NotNull DeclarationDescriptor containingDeclaration)