org.jetbrains.kotlin.codegen
Class JvmRuntimeTypes

java.lang.Object
  extended by org.jetbrains.kotlin.codegen.JvmRuntimeTypes

public class JvmRuntimeTypes
extends java.lang.Object


Constructor Summary
JvmRuntimeTypes()
           
 
Method Summary
 KotlinType getSupertypeForPropertyReference(PropertyDescriptor descriptor)
           
 java.util.Collection<KotlinType> getSupertypesForClosure(FunctionDescriptor descriptor)
           
 java.util.Collection<KotlinType> getSupertypesForFunctionReference(FunctionDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvmRuntimeTypes

public JvmRuntimeTypes()
Method Detail

getSupertypesForClosure

@NotNull
public java.util.Collection<KotlinType> getSupertypesForClosure(@NotNull
                                                                        FunctionDescriptor descriptor)

getSupertypesForFunctionReference

@NotNull
public java.util.Collection<KotlinType> getSupertypesForFunctionReference(@NotNull
                                                                                  FunctionDescriptor descriptor)

getSupertypeForPropertyReference

@NotNull
public KotlinType getSupertypeForPropertyReference(@NotNull
                                                           PropertyDescriptor descriptor)