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 | Interface and Description |
---|---|
static interface |
RefineStatement.RefineContainerStatement |
static interface |
RefineStatement.RefineLeafStatement |
Modifier and Type | Method and Description |
---|---|
Collection<? extends RefineStatement> |
UsesStatement.getRefines() |
Modifier and Type | Class and Description |
---|---|
class |
RefineStatementImpl |
Modifier and Type | Method and Description |
---|---|
RefineStatement |
RefineStatementImpl.Definition.createDeclared(StmtContext<SchemaNodeIdentifier,RefineStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<SchemaNodeIdentifier,RefineStatement> |
RefineStatementImpl.Definition.createEffective(StmtContext<SchemaNodeIdentifier,RefineStatement,EffectiveStatement<SchemaNodeIdentifier,RefineStatement>> ctx) |
Collection<? extends RefineStatement> |
UsesStatementImpl.getRefines() |
Modifier and Type | Method and Description |
---|---|
RefineStatement |
RefineStatementImpl.Definition.createDeclared(StmtContext<SchemaNodeIdentifier,RefineStatement,?> ctx) |
EffectiveStatement<SchemaNodeIdentifier,RefineStatement> |
RefineStatementImpl.Definition.createEffective(StmtContext<SchemaNodeIdentifier,RefineStatement,EffectiveStatement<SchemaNodeIdentifier,RefineStatement>> ctx) |
EffectiveStatement<SchemaNodeIdentifier,RefineStatement> |
RefineStatementImpl.Definition.createEffective(StmtContext<SchemaNodeIdentifier,RefineStatement,EffectiveStatement<SchemaNodeIdentifier,RefineStatement>> ctx) |
Constructor and Description |
---|
RefineStatementImpl(StmtContext<SchemaNodeIdentifier,RefineStatement,?> context) |
Constructor and Description |
---|
RefineEffectiveStatementImpl(StmtContext<SchemaNodeIdentifier,RefineStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.