public class NamespaceContext extends FieldOwnerContext<NamespaceDescriptor>
closure, outerExpression, STATIC
Constructor and Description |
---|
NamespaceContext(NamespaceDescriptor contextDescriptor,
CodegenContext parent,
OwnerKind kind) |
Modifier and Type | Method and Description |
---|---|
boolean |
isStatic() |
java.lang.String |
toString() |
getFieldName, getFieldName
accessibleFunctionDescriptor, accessiblePropertyDescriptor, findChildContext, findParentContextWithDescriptor, getAccessor, getAccessors, getCallableDescriptorWithReceiver, getClassOrNamespaceDescriptor, getContextDescriptor, getContextKind, getEnclosingClass, getOuterExpression, getParentContext, getReceiverExpression, getThisDescriptor, hasThisDescriptor, initOuterExpression, intoAnonymousClass, intoClass, intoClosure, intoConstructor, intoFunction, intoNamespace, intoNamespacePart, intoScript, lookupInContext, prepareFrame, recordSyntheticAccessorIfNeeded, recordSyntheticAccessorIfNeeded, shouldAddChild
public NamespaceContext(@NotNull NamespaceDescriptor contextDescriptor, @Nullable CodegenContext parent, @NotNull OwnerKind kind)
public boolean isStatic()
isStatic
in class CodegenContext<NamespaceDescriptor>
public java.lang.String toString()
toString
in class java.lang.Object