|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.context.EnclosedValueDescriptor
public final class EnclosedValueDescriptor
Constructor Summary | |
---|---|
EnclosedValueDescriptor(DeclarationDescriptor descriptor,
StackValue innerValue,
org.jetbrains.asm4.Type type)
|
Method Summary | |
---|---|
DeclarationDescriptor |
getDescriptor()
|
StackValue |
getInnerValue()
|
StackValue |
getOuterValue(ExpressionCodegen expressionCodegen)
|
org.jetbrains.asm4.Type |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnclosedValueDescriptor(DeclarationDescriptor descriptor, StackValue innerValue, org.jetbrains.asm4.Type type)
Method Detail |
---|
public DeclarationDescriptor getDescriptor()
public StackValue getInnerValue()
public org.jetbrains.asm4.Type getType()
public StackValue getOuterValue(ExpressionCodegen expressionCodegen)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |