Interface ModuleNamespace
- All Superinterfaces:
ParserNamespace<SourceIdentifier,
,StmtContext<?, ModuleStatement, ModuleEffectiveStatement>> StatementNamespace<SourceIdentifier,
ModuleStatement, ModuleEffectiveStatement>
public interface ModuleNamespace
extends StatementNamespace<SourceIdentifier,ModuleStatement,ModuleEffectiveStatement>
Module namespace. All modules known to the reactor are populated to this namespace. Each module is identified
by a
SourceIdentifier
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace
StatementNamespace.TreeScoped<K,
D extends DeclaredStatement<?>, E extends EffectiveStatement<?, D>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NamespaceBehaviour<SourceIdentifier,
StmtContext<?, ModuleStatement, ModuleEffectiveStatement>, @NonNull ModuleNamespace>
-
Field Details
-
BEHAVIOUR
static final NamespaceBehaviour<SourceIdentifier,StmtContext<?, BEHAVIOURModuleStatement, ModuleEffectiveStatement>, @NonNull ModuleNamespace>
-