| 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 |
|---|---|
YangVersionStatement |
SubmoduleStatement.getYangVersion() |
YangVersionStatement |
ModuleHeaderGroup.getYangVersion() |
| Modifier and Type | Class and Description |
|---|---|
class |
YangVersionStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
YangVersionStatement |
YangVersionStatementImpl.Definition.createDeclared(StmtContext<YangVersion,YangVersionStatement,?> ctx) |
YangVersionStatement |
SubmoduleStatementImpl.getYangVersion() |
YangVersionStatement |
ModuleStatementImpl.getYangVersion() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<YangVersion,YangVersionStatement> |
YangVersionStatementImpl.Definition.createEffective(StmtContext<YangVersion,YangVersionStatement,EffectiveStatement<YangVersion,YangVersionStatement>> ctx) |
| Constructor and Description |
|---|
YangVersionStatementImpl(StmtContext<YangVersion,YangVersionStatement,?> context) |
| Constructor and Description |
|---|
YangVersionEffectiveStatementImpl(StmtContext<YangVersion,YangVersionStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.