org.jetbrains.jet.codegen.context
Class NamespaceContext

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
Direct Known Subclasses:
NamespaceFacadeContext

public class NamespaceContext
extends FieldOwnerContext<NamespaceDescriptor>


Field Summary
 
Fields inherited from class org.jetbrains.jet.codegen.context.CodegenContext
closure, STATIC
 
Constructor Summary
NamespaceContext(NamespaceDescriptor contextDescriptor, CodegenContext parent)
           
 
Method Summary
 boolean isStatic()
           
 java.lang.String 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

NamespaceContext

public NamespaceContext(@NotNull
                        NamespaceDescriptor contextDescriptor,
                        @Nullable
                        CodegenContext parent)
Method Detail

isStatic

public boolean isStatic()
Specified by:
isStatic in class CodegenContext<NamespaceDescriptor>

toString

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