org.jetbrains.jet.codegen.context
Class EnclosedValueDescriptor
java.lang.Object
org.jetbrains.jet.codegen.context.EnclosedValueDescriptor
public final class EnclosedValueDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnclosedValueDescriptor
public EnclosedValueDescriptor(java.lang.String fieldName,
DeclarationDescriptor descriptor,
StackValue innerValue,
org.jetbrains.asm4.Type type)
getDescriptor
public DeclarationDescriptor getDescriptor()
getInnerValue
public StackValue getInnerValue()
getType
public org.jetbrains.asm4.Type getType()
getOuterValue
public StackValue getOuterValue(ExpressionCodegen expressionCodegen)
getFieldName
public java.lang.String getFieldName()