Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
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 |
---|---|
KeyStatement |
ListStatement.getKey() |
Modifier and Type | Method and Description |
---|---|
static Collection<SchemaNodeIdentifier> |
StmtContextUtils.replaceModuleQNameForKey(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,?> keyStmtCtx,
QNameModule newQNameModule) |
Modifier and Type | Class and Description |
---|---|
class |
KeyStatementImpl |
Modifier and Type | Method and Description |
---|---|
KeyStatement |
KeyStatementImpl.Definition.createDeclared(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,?> ctx) |
KeyStatement |
ListStatementImpl.getKey() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<Collection<SchemaNodeIdentifier>,KeyStatement> |
KeyStatementImpl.Definition.createEffective(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,EffectiveStatement<Collection<SchemaNodeIdentifier>,KeyStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
KeyStatement |
KeyStatementImpl.Definition.createDeclared(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,?> ctx) |
EffectiveStatement<Collection<SchemaNodeIdentifier>,KeyStatement> |
KeyStatementImpl.Definition.createEffective(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,EffectiveStatement<Collection<SchemaNodeIdentifier>,KeyStatement>> ctx) |
EffectiveStatement<Collection<SchemaNodeIdentifier>,KeyStatement> |
KeyStatementImpl.Definition.createEffective(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,EffectiveStatement<Collection<SchemaNodeIdentifier>,KeyStatement>> ctx) |
Constructor and Description |
---|
KeyStatementImpl(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,?> context) |
Constructor and Description |
---|
KeyEffectiveStatementImpl(StmtContext<Collection<SchemaNodeIdentifier>,KeyStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.