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 AugmentStatement> |
UsesStatement.getAugments() |
Collection<? extends AugmentStatement> |
BodyGroup.getAugments() |
Modifier and Type | Class and Description |
---|---|
class |
AugmentStatementImpl |
Modifier and Type | Method and Description |
---|---|
AugmentStatement |
AugmentStatementImpl.Definition.createDeclared(StmtContext<SchemaNodeIdentifier,AugmentStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<SchemaNodeIdentifier,AugmentStatement> |
AugmentStatementImpl.Definition.createEffective(StmtContext<SchemaNodeIdentifier,AugmentStatement,EffectiveStatement<SchemaNodeIdentifier,AugmentStatement>> ctx) |
Collection<? extends AugmentStatement> |
UsesStatementImpl.getAugments() |
Collection<? extends AugmentStatement> |
AbstractRootStatement.getAugments() |
Constructor and Description |
---|
AugmentStatementImpl(StmtContext<SchemaNodeIdentifier,AugmentStatement,?> context) |
Constructor and Description |
---|
AugmentEffectiveStatementImpl(StmtContext<SchemaNodeIdentifier,AugmentStatement,EffectiveStatement<SchemaNodeIdentifier,AugmentStatement>> ctx) |
AugmentEffectiveStatementImpl(StmtContext<SchemaNodeIdentifier,AugmentStatement,EffectiveStatement<SchemaNodeIdentifier,AugmentStatement>> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.