|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.codegen.context.EnclosedValueDescriptor
public final class EnclosedValueDescriptor
| Constructor Summary | |
|---|---|
EnclosedValueDescriptor(java.lang.String name,
DeclarationDescriptor descriptor,
StackValue.StackValueWithSimpleReceiver innerValue,
StackValue.Field instanceValue,
org.jetbrains.org.objectweb.asm.Type type)
|
|
EnclosedValueDescriptor(java.lang.String fieldName,
DeclarationDescriptor descriptor,
StackValue.StackValueWithSimpleReceiver innerValue,
org.jetbrains.org.objectweb.asm.Type type)
|
|
| Method Summary | |
|---|---|
DeclarationDescriptor |
getDescriptor()
|
java.lang.String |
getFieldName()
|
StackValue.StackValueWithSimpleReceiver |
getInnerValue()
|
StackValue |
getInstanceValue()
|
org.jetbrains.org.objectweb.asm.Type |
getType()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnclosedValueDescriptor(@NotNull
java.lang.String fieldName,
@Nullable
DeclarationDescriptor descriptor,
@NotNull
StackValue.StackValueWithSimpleReceiver innerValue,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)
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)
| Method Detail |
|---|
@NotNull public java.lang.String getFieldName()
@Nullable public DeclarationDescriptor getDescriptor()
@NotNull public StackValue.StackValueWithSimpleReceiver getInnerValue()
@NotNull public StackValue getInstanceValue()
@NotNull public org.jetbrains.org.objectweb.asm.Type getType()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||