Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
NamespaceStatement |
ModuleHeaderGroup.getNamespace() |
Modifier and Type | Class and Description |
---|---|
class |
NamespaceStatementImpl |
Modifier and Type | Method and Description |
---|---|
NamespaceStatement |
NamespaceStatementImpl.Definition.createDeclared(StmtContext<URI,NamespaceStatement,?> ctx) |
NamespaceStatement |
ModuleStatementImpl.getNamespace() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<URI,NamespaceStatement> |
NamespaceStatementImpl.Definition.createEffective(StmtContext<URI,NamespaceStatement,EffectiveStatement<URI,NamespaceStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
NamespaceStatement |
NamespaceStatementImpl.Definition.createDeclared(StmtContext<URI,NamespaceStatement,?> ctx) |
EffectiveStatement<URI,NamespaceStatement> |
NamespaceStatementImpl.Definition.createEffective(StmtContext<URI,NamespaceStatement,EffectiveStatement<URI,NamespaceStatement>> ctx) |
EffectiveStatement<URI,NamespaceStatement> |
NamespaceStatementImpl.Definition.createEffective(StmtContext<URI,NamespaceStatement,EffectiveStatement<URI,NamespaceStatement>> ctx) |
Constructor and Description |
---|
NamespaceEffectiveStatementImpl(StmtContext<URI,NamespaceStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.