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 FeatureStatement> |
BodyGroup.getFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
FeatureStatementImpl |
Modifier and Type | Method and Description |
---|---|
FeatureStatement |
FeatureStatementImpl.Definition.createDeclared(StmtContext<QName,FeatureStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,FeatureStatement> |
FeatureStatementImpl.Definition.createEffective(StmtContext<QName,FeatureStatement,EffectiveStatement<QName,FeatureStatement>> ctx) |
Collection<? extends FeatureStatement> |
AbstractRootStatement.getFeatures() |
Modifier and Type | Method and Description |
---|---|
FeatureStatement |
FeatureStatementImpl.Definition.createDeclared(StmtContext<QName,FeatureStatement,?> ctx) |
EffectiveStatement<QName,FeatureStatement> |
FeatureStatementImpl.Definition.createEffective(StmtContext<QName,FeatureStatement,EffectiveStatement<QName,FeatureStatement>> ctx) |
EffectiveStatement<QName,FeatureStatement> |
FeatureStatementImpl.Definition.createEffective(StmtContext<QName,FeatureStatement,EffectiveStatement<QName,FeatureStatement>> ctx) |
Constructor and Description |
---|
FeatureStatementImpl(StmtContext<QName,FeatureStatement,?> context) |
Constructor and Description |
---|
FeatureEffectiveStatementImpl(StmtContext<QName,FeatureStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.