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 |
---|---|
BaseStatement |
IdentityStatement.getBase()
Deprecated.
use
IdentityStatement.getBases() instead |
BaseStatement |
TypeStatement.IdentityRefSpecification.getBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default Collection<? extends BaseStatement> |
IdentityStatement.getBases() |
Collection<? extends BaseStatement> |
TypeStatement.IdentityRefSpecification.getBases() |
Modifier and Type | Class and Description |
---|---|
class |
BaseStatementImpl |
Modifier and Type | Method and Description |
---|---|
BaseStatement |
BaseStatementImpl.Definition.createDeclared(StmtContext<QName,BaseStatement,?> ctx) |
BaseStatement |
IdentityStatementImpl.getBase() |
BaseStatement |
IdentityRefSpecificationImpl.getBase() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,BaseStatement> |
BaseStatementImpl.Definition.createEffective(StmtContext<QName,BaseStatement,EffectiveStatement<QName,BaseStatement>> ctx) |
Collection<? extends BaseStatement> |
IdentityStatementImpl.getBases() |
Collection<? extends BaseStatement> |
IdentityRefSpecificationImpl.getBases() |
Modifier and Type | Method and Description |
---|---|
BaseStatement |
BaseStatementImpl.Definition.createDeclared(StmtContext<QName,BaseStatement,?> ctx) |
EffectiveStatement<QName,BaseStatement> |
BaseStatementImpl.Definition.createEffective(StmtContext<QName,BaseStatement,EffectiveStatement<QName,BaseStatement>> ctx) |
EffectiveStatement<QName,BaseStatement> |
BaseStatementImpl.Definition.createEffective(StmtContext<QName,BaseStatement,EffectiveStatement<QName,BaseStatement>> ctx) |
void |
BaseStatementImpl.Definition.onStatementDefinitionDeclared(StmtContext.Mutable<QName,BaseStatement,EffectiveStatement<QName,BaseStatement>> baseStmtCtx) |
void |
BaseStatementImpl.Definition.onStatementDefinitionDeclared(StmtContext.Mutable<QName,BaseStatement,EffectiveStatement<QName,BaseStatement>> baseStmtCtx) |
Constructor and Description |
---|
BaseStatementImpl(StmtContext<QName,BaseStatement,?> context) |
Constructor and Description |
---|
BaseEffectiveStatementImpl(StmtContext<QName,BaseStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.