public static class StackValue.Constant extends StackValue
StackValue.CallReceiver, StackValue.Composed, StackValue.Constant, StackValue.Local, StackValue.OnStack, StackValue.Shared, StackValue.StackValueWithSimpleReceiver
type
Constructor and Description |
---|
StackValue.Constant(java.lang.Object value,
org.jetbrains.asm4.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
condJump(org.jetbrains.asm4.Label label,
boolean jumpIfFalse,
org.jetbrains.asm4.commons.InstructionAdapter v) |
void |
put(org.jetbrains.asm4.Type type,
org.jetbrains.asm4.commons.InstructionAdapter v)
Put this value to the top of the stack.
|
arrayElement, cmp, coerce, coerceFrom, coerceTo, collectionElement, composed, constant, dupReceiver, expression, field, fieldForSharedVar, local, moveToTopOfStack, none, not, onStack, postIncrement, preIncrement, property, putAsBoolean, putUnitInstance, receiver, receiverSize, receiverWithoutReceiverArgument, refType, shared, sharedTypeForType, singleton, store, thisOrOuter
public StackValue.Constant(@Nullable java.lang.Object value, org.jetbrains.asm4.Type type)
public void put(org.jetbrains.asm4.Type type, org.jetbrains.asm4.commons.InstructionAdapter v)
StackValue
put
in class StackValue
public void condJump(org.jetbrains.asm4.Label label, boolean jumpIfFalse, org.jetbrains.asm4.commons.InstructionAdapter v)
condJump
in class StackValue