|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.context.CodegenContext<T>
org.jetbrains.jet.codegen.context.FieldOwnerContext<ClassDescriptor>
org.jetbrains.jet.codegen.context.ClassContext
org.jetbrains.jet.codegen.context.AnonymousClassContext
public class AnonymousClassContext
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext |
---|
closure, STATIC |
Constructor Summary | |
---|---|
AnonymousClassContext(JetTypeMapper typeMapper,
ClassDescriptor contextDescriptor,
OwnerKind contextKind,
CodegenContext parentContext,
LocalLookup localLookup)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.jetbrains.jet.codegen.context.ClassContext |
---|
getClassObjectContext, isStatic |
Methods inherited from class org.jetbrains.jet.codegen.context.FieldOwnerContext |
---|
getFieldName, getFieldName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnonymousClassContext(@NotNull JetTypeMapper typeMapper, @NotNull ClassDescriptor contextDescriptor, @NotNull OwnerKind contextKind, @Nullable CodegenContext parentContext, @Nullable LocalLookup localLookup)
Method Detail |
---|
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 |