| 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 IdentityStatement> |
BodyGroup.getIdentities() |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
IdentityStatement |
IdentityStatementImpl.Definition.createDeclared(StmtContext<QName,IdentityStatement,?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<QName,IdentityStatement> |
IdentityStatementImpl.Definition.createEffective(StmtContext<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> ctx) |
Collection<? extends IdentityStatement> |
AbstractRootStatement.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
IdentityStatement |
IdentityStatementImpl.Definition.createDeclared(StmtContext<QName,IdentityStatement,?> ctx) |
EffectiveStatement<QName,IdentityStatement> |
IdentityStatementImpl.Definition.createEffective(StmtContext<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> ctx) |
EffectiveStatement<QName,IdentityStatement> |
IdentityStatementImpl.Definition.createEffective(StmtContext<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> ctx) |
void |
IdentityStatementImpl.Definition.onStatementDefinitionDeclared(StmtContext.Mutable<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> stmt) |
void |
IdentityStatementImpl.Definition.onStatementDefinitionDeclared(StmtContext.Mutable<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> stmt) |
| Constructor and Description |
|---|
IdentityStatementImpl(StmtContext<QName,IdentityStatement,?> context) |
| Constructor and Description |
|---|
IdentityEffectiveStatementImpl(StmtContext<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> ctx) |
IdentityEffectiveStatementImpl(StmtContext<QName,IdentityStatement,EffectiveStatement<QName,IdentityStatement>> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.