|
|||||||||
| 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 org.jetbrains.asm4.Type |
getFunctionImplType(FunctionDescriptor descriptor)
|
static org.jetbrains.asm4.Type |
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 org.jetbrains.asm4.Type getFunctionTraitClassName(@NotNull
FunctionDescriptor descriptor)
@NotNull
public static org.jetbrains.asm4.Type getFunctionImplType(@NotNull
FunctionDescriptor descriptor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||