|
|||||||||
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
public class ClassContext
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext |
---|
closure, STATIC |
Constructor Summary | |
---|---|
ClassContext(JetTypeMapper typeMapper,
ClassDescriptor contextDescriptor,
OwnerKind contextKind,
CodegenContext parentContext,
LocalLookup localLookup)
|
Method Summary | |
---|---|
protected StackValue.Field |
computeOuterExpression()
|
CodegenContext |
getDefaultObjectContext()
|
java.lang.String |
toString()
|
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 ClassContext(@NotNull JetTypeMapper typeMapper, @NotNull ClassDescriptor contextDescriptor, @NotNull OwnerKind contextKind, @Nullable CodegenContext parentContext, @Nullable LocalLookup localLookup)
Method Detail |
---|
@Nullable protected StackValue.Field computeOuterExpression()
computeOuterExpression
in class CodegenContext<ClassDescriptor>
@Nullable public CodegenContext getDefaultObjectContext()
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 |