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 aSourceIdentifier
.
-
-
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
Fields Modifier and Type Field Description static NamespaceBehaviour<SourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,@NonNull ModuleNamespace>
BEHAVIOUR
-
-
-
Field Detail
-
BEHAVIOUR
static final NamespaceBehaviour<SourceIdentifier,StmtContext<?,ModuleStatement,ModuleEffectiveStatement>,@NonNull ModuleNamespace> BEHAVIOUR
-
-