|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.FunctionTypesUtil
public class FunctionTypesUtil
| Method Summary | |
|---|---|
static ClassDescriptor |
functionTypeToImpl(JetType functionType)
|
static JvmClassName |
getFunctionImplClassName(FunctionDescriptor descriptor)
|
static JvmClassName |
getFunctionTraitClassName(FunctionDescriptor descriptor)
|
static JetType |
getSuperTypeForClosure(FunctionDescriptor descriptor,
boolean kFunction)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Nullable
public static ClassDescriptor functionTypeToImpl(@NotNull
JetType functionType)
@NotNull
public static JetType getSuperTypeForClosure(@NotNull
FunctionDescriptor descriptor,
boolean kFunction)
@NotNull
public static JvmClassName getFunctionTraitClassName(@NotNull
FunctionDescriptor descriptor)
@NotNull
public static JvmClassName getFunctionImplClassName(@NotNull
FunctionDescriptor descriptor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||