|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CallGenerator
| Nested Class Summary | |
|---|---|
static class |
CallGenerator.DefaultCallGenerator
|
| Method Summary | |
|---|---|
void |
afterParameterPut(org.jetbrains.asm4.Type type,
StackValue stackValue,
ValueParameterDescriptor valueParameterDescriptor)
|
void |
genCall(CallableMethod callableMethod,
ResolvedCall<?> resolvedCall,
int mask,
ExpressionCodegen codegen)
|
void |
genValueAndPut(ValueParameterDescriptor valueParameterDescriptor,
JetExpression argumentExpression,
org.jetbrains.asm4.Type parameterType)
|
void |
putCapturedValueOnStack(StackValue stackValue,
org.jetbrains.asm4.Type valueType,
int paramIndex)
|
void |
putHiddenParams()
|
| Method Detail |
|---|
void genCall(CallableMethod callableMethod,
ResolvedCall<?> resolvedCall,
int mask,
ExpressionCodegen codegen)
void afterParameterPut(org.jetbrains.asm4.Type type,
StackValue stackValue,
ValueParameterDescriptor valueParameterDescriptor)
void genValueAndPut(@NotNull
ValueParameterDescriptor valueParameterDescriptor,
@NotNull
JetExpression argumentExpression,
@NotNull
org.jetbrains.asm4.Type parameterType)
void putCapturedValueOnStack(@NotNull
StackValue stackValue,
@NotNull
org.jetbrains.asm4.Type valueType,
int paramIndex)
void putHiddenParams()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||