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 |
---|---|
Collection<? extends CaseStatement> |
ChoiceStatement.getCases() |
Modifier and Type | Class and Description |
---|---|
class |
CaseStatementImpl |
Modifier and Type | Method and Description |
---|---|
CaseStatement |
CaseStatementImpl.Definition.createDeclared(StmtContext<QName,CaseStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,CaseStatement> |
CaseStatementImpl.Definition.createEffective(StmtContext<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> ctx) |
Collection<? extends CaseStatement> |
ChoiceStatementImpl.getCases() |
Modifier and Type | Method and Description |
---|---|
CaseStatement |
CaseStatementImpl.Definition.createDeclared(StmtContext<QName,CaseStatement,?> ctx) |
EffectiveStatement<QName,CaseStatement> |
CaseStatementImpl.Definition.createEffective(StmtContext<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> ctx) |
EffectiveStatement<QName,CaseStatement> |
CaseStatementImpl.Definition.createEffective(StmtContext<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> ctx) |
void |
CaseStatementImpl.Definition.onStatementAdded(StmtContext.Mutable<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> stmt) |
void |
CaseStatementImpl.Definition.onStatementAdded(StmtContext.Mutable<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> stmt) |
Constructor and Description |
---|
CaseStatementImpl(StmtContext<QName,CaseStatement,?> context) |
Constructor and Description |
---|
CaseEffectiveStatementImpl(StmtContext<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> ctx) |
CaseEffectiveStatementImpl(StmtContext<QName,CaseStatement,EffectiveStatement<QName,CaseStatement>> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.