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