org.jetbrains.kotlin.codegen.context
Class EnclosedValueDescriptor
java.lang.Object
org.jetbrains.kotlin.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, wait, wait, wait |
EnclosedValueDescriptor
public EnclosedValueDescriptor(@NotNull
java.lang.String fieldName,
@Nullable
DeclarationDescriptor descriptor,
@NotNull
StackValue.StackValueWithSimpleReceiver innerValue,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)
EnclosedValueDescriptor
public EnclosedValueDescriptor(@NotNull
java.lang.String name,
@Nullable
DeclarationDescriptor descriptor,
@NotNull
StackValue.StackValueWithSimpleReceiver innerValue,
@NotNull
StackValue.Field instanceValue,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)
getFieldName
@NotNull
public java.lang.String getFieldName()
getDescriptor
@Nullable
public DeclarationDescriptor getDescriptor()
getInnerValue
@NotNull
public StackValue.StackValueWithSimpleReceiver getInnerValue()
getInstanceValue
@NotNull
public StackValue getInstanceValue()
getType
@NotNull
public org.jetbrains.org.objectweb.asm.Type getType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object