|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.codegen.binding.BindingContextAware
org.jetbrains.jet.codegen.binding.BindingTraceAware
org.jetbrains.jet.codegen.state.TypeMapperAware
org.jetbrains.jet.codegen.state.GenerationStateAware
org.jetbrains.jet.codegen.ClosureCodegen
public class ClosureCodegen
| Field Summary |
|---|
| Fields inherited from class org.jetbrains.jet.codegen.state.GenerationStateAware |
|---|
state |
| Fields inherited from class org.jetbrains.jet.codegen.state.TypeMapperAware |
|---|
typeMapper |
| Fields inherited from class org.jetbrains.jet.codegen.binding.BindingTraceAware |
|---|
bindingTrace |
| Fields inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware |
|---|
bindingContext |
| Constructor Summary | |
|---|---|
ClosureCodegen(GenerationState state,
com.intellij.psi.PsiElement fun,
FunctionDescriptor funDescriptor,
ClassDescriptor samInterface,
JvmClassName closureSuperClass,
CodegenContext context,
LocalLookup localLookup,
FunctionGenerationStrategy strategy)
|
|
| Method Summary | |
|---|---|
static java.util.List<FieldInfo> |
calculateConstructorParameters(JetTypeMapper typeMapper,
CalculatedClosure closure,
org.jetbrains.asm4.Type ownerType)
|
void |
gen()
|
StackValue |
putInstanceOnStack(org.jetbrains.asm4.commons.InstructionAdapter v,
ExpressionCodegen codegen)
|
| Methods inherited from class org.jetbrains.jet.codegen.state.GenerationStateAware |
|---|
getState |
| Methods inherited from class org.jetbrains.jet.codegen.state.TypeMapperAware |
|---|
getTypeMapper |
| Methods inherited from class org.jetbrains.jet.codegen.binding.BindingTraceAware |
|---|
getBindingTrace |
| Methods inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware |
|---|
getBindingContext |
| 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
ClassDescriptor samInterface,
@NotNull
JvmClassName closureSuperClass,
@NotNull
CodegenContext context,
@NotNull
LocalLookup localLookup,
@NotNull
FunctionGenerationStrategy strategy)
| Method Detail |
|---|
public void gen()
@NotNull
public StackValue putInstanceOnStack(@NotNull
org.jetbrains.asm4.commons.InstructionAdapter v,
@NotNull
ExpressionCodegen codegen)
@NotNull
public static java.util.List<FieldInfo> calculateConstructorParameters(@NotNull
JetTypeMapper typeMapper,
@NotNull
CalculatedClosure closure,
@NotNull
org.jetbrains.asm4.Type ownerType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||