|
|||||||||
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.Local
public static class StackValue.Local
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jetbrains.jet.codegen.StackValue |
---|
StackValue.CallReceiver, StackValue.Composed, StackValue.Constant, StackValue.Field, StackValue.Local, StackValue.OnStack, StackValue.Shared, StackValue.StackValueWithSimpleReceiver |
Field Summary | |
---|---|
int |
index
|
Fields inherited from class org.jetbrains.jet.codegen.StackValue |
---|
type |
Method Summary | |
---|---|
void |
put(org.jetbrains.org.objectweb.asm.Type type,
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
Put this value to the top of the stack. |
void |
store(org.jetbrains.org.objectweb.asm.Type topOfStackType,
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
Set this value from the top of the stack. |
Methods inherited from class org.jetbrains.jet.codegen.StackValue |
---|
arrayElement, cmp, coerce, coerceFrom, coerceTo, collectionElement, composed, condJump, constant, couldSkipReceiverOnStaticCall, dupReceiver, expression, field, fieldForSharedVar, local, moveToTopOfStack, none, not, onStack, postIncrement, preIncrement, property, putAsBoolean, putUnitInstance, receiver, receiverSize, receiverWithoutReceiverArgument, refType, shared, sharedTypeForType, singleton, thisOrOuter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int index
Method Detail |
---|
public void put(org.jetbrains.org.objectweb.asm.Type type, org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
StackValue
put
in class StackValue
public void store(org.jetbrains.org.objectweb.asm.Type topOfStackType, org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v)
StackValue
store
in class StackValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |