|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.StackValue
org.jetbrains.jet.codegen.StackValue.Constant
public static class StackValue.Constant
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jetbrains.jet.codegen.StackValue |
---|
StackValue.CallReceiver, StackValue.Composed, StackValue.Constant, StackValue.Local, StackValue.OnStack, StackValue.Shared, StackValue.StackValueWithSimpleReceiver |
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.StackValue |
---|
type |
Constructor Summary | |
---|---|
StackValue.Constant(java.lang.Object value,
org.jetbrains.asm4.Type type)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.jetbrains.jet.codegen.StackValue |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackValue.Constant(@Nullable java.lang.Object value, org.jetbrains.asm4.Type type)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |