|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext |
---|
closure |
Constructor Summary | |
---|---|
ClosureContext(JetTypeMapper typeMapper,
FunctionDescriptor functionDescriptor,
CodegenContext parentContext,
LocalLookup localLookup)
|
Method Summary | |
---|---|
FunctionDescriptor |
getFunctionDescriptor()
|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.kotlin.codegen.context.ClassContext |
---|
computeOuterExpression, getCompanionObjectContext |
Methods inherited from class org.jetbrains.kotlin.codegen.context.FieldOwnerContext |
---|
getFieldName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClosureContext(@NotNull JetTypeMapper typeMapper, @NotNull FunctionDescriptor functionDescriptor, @Nullable CodegenContext parentContext, @NotNull LocalLookup localLookup)
Method Detail |
---|
@NotNull public FunctionDescriptor getFunctionDescriptor()
public java.lang.String toString()
toString
in class ClassContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |