|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.ParentCodegenAware
org.jetbrains.jet.codegen.ClosureCodegen
public class ClosureCodegen
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.ParentCodegenAware |
---|
bindingContext, state, typeMapper |
Constructor Summary | |
---|---|
ClosureCodegen(GenerationState state,
com.intellij.psi.PsiElement fun,
FunctionDescriptor funDescriptor,
SamType samType,
CodegenContext parentContext,
JvmAnnotationNames.KotlinSyntheticClass.Kind syntheticClassKind,
LocalLookup localLookup,
FunctionGenerationStrategy strategy,
MemberCodegen<?> parentCodegen)
|
Method Summary | |
---|---|
static java.util.List<FieldInfo> |
calculateConstructorParameters(JetTypeMapper typeMapper,
CalculatedClosure closure,
org.jetbrains.org.objectweb.asm.Type ownerType)
|
void |
gen()
|
static FunctionDescriptor |
getErasedInvokeFunction(FunctionDescriptor funDescriptor)
|
StackValue |
putInstanceOnStack(org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v,
ExpressionCodegen codegen)
|
Methods inherited from class org.jetbrains.jet.codegen.ParentCodegenAware |
---|
getParentCodegen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClosureCodegen(@NotNull GenerationState state, @NotNull com.intellij.psi.PsiElement fun, @NotNull FunctionDescriptor funDescriptor, @Nullable SamType samType, @NotNull CodegenContext parentContext, @NotNull JvmAnnotationNames.KotlinSyntheticClass.Kind syntheticClassKind, @NotNull LocalLookup localLookup, @NotNull FunctionGenerationStrategy strategy, @Nullable MemberCodegen<?> parentCodegen)
Method Detail |
---|
public void gen()
@NotNull public StackValue putInstanceOnStack(@NotNull org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v, @NotNull ExpressionCodegen codegen)
@NotNull public static java.util.List<FieldInfo> calculateConstructorParameters(@NotNull JetTypeMapper typeMapper, @NotNull CalculatedClosure closure, @NotNull org.jetbrains.org.objectweb.asm.Type ownerType)
@NotNull public static FunctionDescriptor getErasedInvokeFunction(@NotNull FunctionDescriptor funDescriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |