|
|||||||||
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.Receiver
public static class StackValue.Receiver
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 | |
---|---|
protected |
StackValue.Receiver(org.jetbrains.org.objectweb.asm.Type type,
StackValue... receiverInstructions)
|
Method Summary | |
---|---|
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 |
---|
and, arrayElement, canHaveSideEffects, changeReceiverForFieldAndSharedVar, cmp, coerce, coerceFrom, coerceTo, coercion, collectionElement, compareIntWithZero, compareWithNull, complexWriteReadReceiver, constant, couldSkipReceiverOnStaticCall, deprecatedCompanionObjectAccessor, dup, expression, field, field, field, fieldForSharedVar, fieldForSharedVar, functionCall, isNonStaticAccess, local, moveToTopOfStack, none, not, onStack, operation, or, postIncrement, preIncrement, preIncrementForLocalVar, property, put, put, 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 |
---|
protected StackValue.Receiver(@NotNull org.jetbrains.org.objectweb.asm.Type type, StackValue... receiverInstructions)
Method Detail |
---|
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 |