org.jetbrains.kotlin.codegen.context
Class ClosureContext
java.lang.Object
org.jetbrains.kotlin.codegen.context.CodegenContext<T>
org.jetbrains.kotlin.codegen.context.FieldOwnerContext<ClassDescriptor>
org.jetbrains.kotlin.codegen.context.ClassContext
org.jetbrains.kotlin.codegen.context.ClosureContext
public class ClosureContext
- extends ClassContext
| Methods inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext |
accessibleDescriptor, findChildContext, findParentContextWithDescriptor, getAccessor, getAccessorForSuperCallIfNeeded, getAccessors, getCallableDescriptorWithReceiver, getClassOrPackageParentContext, getContextDescriptor, getContextKind, getEnclosingClass, getFirstCrossInlineOrNonInlineContext, getOuterExpression, getParentContext, getState, getThisDescriptor, hasThisDescriptor, intoAnonymousClass, intoClass, intoClosure, intoConstructor, intoCoroutineClosure, intoDefaultImplsClass, intoFunction, intoFunction, intoInlinedLambda, intoMultifileClass, intoMultifileClassPart, intoPackagePart, intoScript, isInlineMethodContext, lookupInContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClosureContext
public ClosureContext(@NotNull
KotlinTypeMapper typeMapper,
@NotNull
FunctionDescriptor functionDescriptor,
@Nullable
CodegenContext parentContext,
@NotNull
LocalLookup localLookup,
@Nullable
FunctionDescriptor originalSuspendLambdaDescriptor)
ClosureContext
public ClosureContext(@NotNull
KotlinTypeMapper typeMapper,
@NotNull
FunctionDescriptor functionDescriptor,
@Nullable
CodegenContext parentContext,
@NotNull
LocalLookup localLookup)
getFunctionDescriptor
@NotNull
public FunctionDescriptor getFunctionDescriptor()
toString
public java.lang.String toString()
- Overrides:
toString in class ClassContext
getOriginalSuspendLambdaDescriptor
@Nullable
public FunctionDescriptor getOriginalSuspendLambdaDescriptor()