|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.FunctionGenerationStrategy
org.jetbrains.jet.codegen.FunctionGenerationStrategy.CodegenBased<CallableDescriptor>
org.jetbrains.jet.codegen.FunctionGenerationStrategy.FunctionDefault
public static class FunctionGenerationStrategy.FunctionDefault
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jetbrains.jet.codegen.FunctionGenerationStrategy |
---|
FunctionGenerationStrategy.CodegenBased<T extends CallableDescriptor>, FunctionGenerationStrategy.FunctionDefault |
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.FunctionGenerationStrategy.CodegenBased |
---|
callableDescriptor, state |
Constructor Summary | |
---|---|
FunctionGenerationStrategy.FunctionDefault(GenerationState state,
CallableDescriptor descriptor,
JetDeclarationWithBody declaration)
|
Method Summary | |
---|---|
void |
doGenerateBody(ExpressionCodegen codegen,
JvmMethodSignature signature)
|
Methods inherited from class org.jetbrains.jet.codegen.FunctionGenerationStrategy.CodegenBased |
---|
generateBody |
Methods inherited from class org.jetbrains.jet.codegen.FunctionGenerationStrategy |
---|
createFrameMap, generateLocalVarTable, getFrameMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionGenerationStrategy.FunctionDefault(@NotNull GenerationState state, @NotNull CallableDescriptor descriptor, @NotNull JetDeclarationWithBody declaration)
Method Detail |
---|
public void doGenerateBody(@NotNull ExpressionCodegen codegen, @NotNull JvmMethodSignature signature)
doGenerateBody
in class FunctionGenerationStrategy.CodegenBased<CallableDescriptor>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |