|
|||||||||
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.StackValueWithSimpleReceiver
public abstract static class StackValue.StackValueWithSimpleReceiver
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 | |
---|---|
protected boolean |
isStatic
|
Fields inherited from class org.jetbrains.jet.codegen.StackValue |
---|
type |
Constructor Summary | |
---|---|
StackValue.StackValueWithSimpleReceiver(org.jetbrains.asm4.Type type,
boolean isStatic)
|
Method Summary | |
---|---|
void |
dupReceiver(org.jetbrains.asm4.commons.InstructionAdapter v)
|
int |
receiverSize()
|
Methods inherited from class org.jetbrains.jet.codegen.StackValue |
---|
arrayElement, cmp, coerce, coerceFrom, coerceTo, collectionElement, composed, condJump, constant, expression, field, fieldForSharedVar, local, moveToTopOfStack, none, not, onStack, postIncrement, preIncrement, property, put, putAsBoolean, putUnitInstance, receiver, 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 |
Field Detail |
---|
protected final boolean isStatic
Constructor Detail |
---|
public StackValue.StackValueWithSimpleReceiver(@NotNull org.jetbrains.asm4.Type type, boolean isStatic)
Method Detail |
---|
public void dupReceiver(org.jetbrains.asm4.commons.InstructionAdapter v)
dupReceiver
in class StackValue
public int receiverSize()
receiverSize
in class StackValue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |