|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.context.CodegenContext<CallableMemberDescriptor>
org.jetbrains.kotlin.codegen.context.MethodContext
org.jetbrains.kotlin.codegen.context.ConstructorContext
public class ConstructorContext
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext |
---|
closure |
Constructor Summary | |
---|---|
ConstructorContext(ConstructorDescriptor contextDescriptor,
OwnerKind kind,
CodegenContext parent,
MutableClosure closure)
|
Method Summary | |
---|---|
StackValue |
getOuterExpression(StackValue prefix,
boolean ignoreNoOuter)
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.kotlin.codegen.context.MethodContext |
---|
generateReceiver, getFunctionDescriptor, getMethodEndLabel, getMethodStartLabel, getParentContext, getReceiverExpression, isInlineFunction, isInliningLambda, lookupInContext, setMethodEndLabel, setMethodStartLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstructorContext(@NotNull ConstructorDescriptor contextDescriptor, @NotNull OwnerKind kind, @NotNull CodegenContext parent, @Nullable MutableClosure closure)
Method Detail |
---|
public StackValue getOuterExpression(StackValue prefix, boolean ignoreNoOuter)
getOuterExpression
in class MethodContext
public java.lang.String toString()
toString
in class MethodContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |