|
|||||||||
| 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(java.lang.String fieldName,
DeclarationDescriptor descriptor,
StackValue innerValue,
org.jetbrains.org.objectweb.asm.Type type)
|
|
| Method Summary | |
|---|---|
DeclarationDescriptor |
getDescriptor()
|
java.lang.String |
getFieldName()
|
StackValue |
getInnerValue()
|
StackValue |
getOuterValue(ExpressionCodegen codegen)
|
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,
@Nullable
StackValue innerValue,
@NotNull
org.jetbrains.org.objectweb.asm.Type type)
| Method Detail |
|---|
@NotNull public java.lang.String getFieldName()
@Nullable public DeclarationDescriptor getDescriptor()
@Nullable public StackValue getInnerValue()
@NotNull public org.jetbrains.org.objectweb.asm.Type getType()
@NotNull
public StackValue getOuterValue(@NotNull
ExpressionCodegen codegen)
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 | ||||||||