|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.StackValue
org.jetbrains.kotlin.codegen.StackValue.CallReceiver
public static class StackValue.CallReceiver
Nested Class Summary |
---|
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 |
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.StackValue |
---|
LOCAL_0, type |
Constructor Summary | |
---|---|
StackValue.CallReceiver(StackValue dispatchReceiver,
StackValue extensionReceiver,
org.jetbrains.org.objectweb.asm.Type type)
|
Method Summary | |
---|---|
static org.jetbrains.org.objectweb.asm.Type |
calcType(ResolvedCall<?> resolvedCall,
JetTypeMapper typeMapper,
CallableMethod callableMethod)
|
void |
putSelector(org.jetbrains.org.objectweb.asm.Type type,
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
|
Methods inherited from class org.jetbrains.kotlin.codegen.StackValue |
---|
arrayElement, canHaveSideEffects, changeReceiverForFieldAndSharedVar, cmp, coerce, coerceFrom, coerceTo, coercion, collectionElement, complexWriteReadReceiver, condJump, constant, couldSkipReceiverOnStaticCall, deprecatedCompanionObjectAccessor, dup, expression, field, field, fieldForSharedVar, fieldForSharedVar, functionCall, isNonStaticAccess, local, moveToTopOfStack, none, not, onStack, operation, postIncrement, preIncrement, preIncrementForLocalVar, property, put, put, putAsBoolean, putReceiver, putUnitInstance, receiver, receiverWithoutReceiverArgument, refType, shared, sharedTypeForType, singleton, store, store, storeSelector, thisOrOuter, unit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackValue.CallReceiver(@NotNull StackValue dispatchReceiver, @NotNull StackValue extensionReceiver, @NotNull org.jetbrains.org.objectweb.asm.Type type)
Method Detail |
---|
public static org.jetbrains.org.objectweb.asm.Type calcType(@NotNull ResolvedCall<?> resolvedCall, @NotNull JetTypeMapper typeMapper, @Nullable CallableMethod callableMethod)
public void putSelector(@NotNull org.jetbrains.org.objectweb.asm.Type type, @NotNull org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
putSelector
in class StackValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |