org.jetbrains.jet.codegen.context
Class NamespaceFacadeContext

java.lang.Object
  extended by org.jetbrains.jet.codegen.context.CodegenContext<T>
      extended by org.jetbrains.jet.codegen.context.FieldOwnerContext<NamespaceDescriptor>
          extended by org.jetbrains.jet.codegen.context.NamespaceContext
              extended by org.jetbrains.jet.codegen.context.NamespaceFacadeContext

public class NamespaceFacadeContext
extends NamespaceContext


Field Summary
 
Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext
closure, STATIC
 
Constructor Summary
NamespaceFacadeContext(NamespaceDescriptor contextDescriptor, CodegenContext parent, org.jetbrains.asm4.Type delegateTo)
           
 
Method Summary
 org.jetbrains.asm4.Type getDelegateToClassType()
           
 
Methods inherited from class org.jetbrains.jet.codegen.context.NamespaceContext
isStatic, toString
 
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, getClassOrNamespaceDescriptor, getContextDescriptor, getContextKind, getEnclosingClass, getOuterExpression, getParentContext, getReceiverExpression, getThisDescriptor, hasThisDescriptor, initOuterExpression, intoAnonymousClass, intoClass, intoClosure, intoConstructor, intoFunction, intoNamespace, intoNamespaceFacade, 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

NamespaceFacadeContext

public NamespaceFacadeContext(@NotNull
                              NamespaceDescriptor contextDescriptor,
                              @Nullable
                              CodegenContext parent,
                              @NotNull
                              org.jetbrains.asm4.Type delegateTo)
Method Detail

getDelegateToClassType

@NotNull
public org.jetbrains.asm4.Type getDelegateToClassType()