Type Parameters:
K - Imported context identifier
All Superinterfaces:
ParserNamespace<K,StmtContext<?,?,?>>
All Known Subinterfaces:
BelongsToModuleContext, BelongsToPrefixToModuleCtx, ImportedModuleContext, IncludedModuleContext

public interface ImportedNamespaceContext<K> extends ParserNamespace<K,StmtContext<?,?,?>>
Special namespace which allows import of namespaces from other sources.

This namespace and its subclasses are used by model processor to link / import namespaces to context node from supplied StmtContext.

This abstraction allows for imports and includes be implement as derived namespaces of this, but is not tied only for import and include statements.