public final class EnclosedValueDescriptor extends java.lang.Object
Constructor and Description |
---|
EnclosedValueDescriptor(DeclarationDescriptor descriptor,
StackValue innerValue,
org.jetbrains.asm4.Type type) |
Modifier and Type | Method and Description |
---|---|
DeclarationDescriptor |
getDescriptor() |
StackValue |
getInnerValue() |
StackValue |
getOuterValue(ExpressionCodegen expressionCodegen) |
org.jetbrains.asm4.Type |
getType() |
public EnclosedValueDescriptor(DeclarationDescriptor descriptor, StackValue innerValue, org.jetbrains.asm4.Type type)
public DeclarationDescriptor getDescriptor()
public StackValue getInnerValue()
public org.jetbrains.asm4.Type getType()
public StackValue getOuterValue(ExpressionCodegen expressionCodegen)