org.jetbrains.jet.codegen.context
Class AnonymousClassContext

java.lang.Object
  extended by org.jetbrains.jet.codegen.context.CodegenContext<T>
      extended by org.jetbrains.jet.codegen.context.FieldOwnerContext<ClassDescriptor>
          extended by org.jetbrains.jet.codegen.context.ClassContext
              extended by org.jetbrains.jet.codegen.context.AnonymousClassContext

public class AnonymousClassContext
extends ClassContext


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 org.jetbrains.jet.codegen.context.CodegenContext
accessibleFunctionDescriptor, accessiblePropertyDescriptor, findChildContext, findParentContextWithDescriptor, getAccessor, getAccessor, getAccessors, getCallableDescriptorWithReceiver, getClassOrPackageDescriptor, getContextDescriptor, getContextKind, getEnclosingClass, getOuterExpression, getParentContext, getReceiverExpression, getThisDescriptor, hasThisDescriptor, initOuterExpression, intoAnonymousClass, intoClass, intoClosure, intoConstructor, intoFunction, intoInlinedLambda, intoPackageFacade, intoPackagePart, intoScript, lookupInContext, prepareFrame, recordSyntheticAccessorIfNeeded, recordSyntheticAccessorIfNeeded, shouldAddChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnonymousClassContext

public AnonymousClassContext(@NotNull
                             JetTypeMapper typeMapper,
                             @NotNull
                             ClassDescriptor contextDescriptor,
                             @NotNull
                             OwnerKind contextKind,
                             @Nullable
                             CodegenContext parentContext,
                             @Nullable
                             LocalLookup localLookup)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class ClassContext