org.jetbrains.kotlin.codegen
Class StackValue.CallReceiver
java.lang.Object
org.jetbrains.kotlin.codegen.StackValue
org.jetbrains.kotlin.codegen.StackValue.CallReceiver
- Enclosing class:
- StackValue
public static class StackValue.CallReceiver
- extends StackValue
Nested classes/interfaces inherited from class org.jetbrains.kotlin.codegen.StackValue |
StackValue.CallReceiver, StackValue.CollectionElement, StackValue.CollectionElementReceiver, StackValue.Constant, StackValue.DelegatedForComplexReceiver, StackValue.Field, StackValue.FieldForSharedVar, StackValue.Local, StackValue.OnStack, StackValue.Receiver, StackValue.Shared, StackValue.StackValueWithSimpleReceiver |
Methods inherited from class org.jetbrains.kotlin.codegen.StackValue |
and, arrayElement, canHaveSideEffects, changeReceiverForFieldAndSharedVar, cmp, coerce, coerceFrom, coerceTo, coercion, collectionElement, compareIntWithZero, compareWithNull, complexWriteReadReceiver, constant, couldSkipReceiverOnStaticCall, enumEntry, expression, field, field, field, field, fieldForSharedVar, fieldForSharedVar, functionCall, isNonStaticAccess, local, moveToTopOfStack, none, not, oldSingleton, onStack, operation, or, postIncrement, preIncrement, preIncrementForLocalVar, property, put, put, putReceiver, putUnitInstance, receiver, receiverWithoutReceiverArgument, receiverWithRefWrapper, refType, shared, sharedTypeForType, singleton, singletonViaInstance, store, store, storeSelector, thisOrOuter, unit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackValue.CallReceiver
public StackValue.CallReceiver(@NotNull
StackValue dispatchReceiver,
@NotNull
StackValue extensionReceiver,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)
calcType
@Nullable
public static org.jetbrains.org.objectweb.asm.Type calcType(@NotNull
ResolvedCall<?> resolvedCall,
@Nullable
ReceiverParameterDescriptor dispatchReceiver,
@Nullable
ReceiverParameterDescriptor extensionReceiver,
@NotNull
JetTypeMapper typeMapper,
@Nullable
Callable callableMethod,
@NotNull
GenerationState state)
putSelector
public void putSelector(@NotNull
org.jetbrains.org.objectweb.asm.Type type,
@NotNull
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
- Specified by:
putSelector
in class StackValue
dup
public void dup(@NotNull
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v,
boolean withReceiver)
- Overrides:
dup
in class StackValue