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.
|
org.opendaylight.yangtools.yang.parser.stmt.rfc7950 |
Contains implementation of statement supports for Rfc7950 statements
and implementation of declared statements specific to Rfc7950.
|
Modifier and Type | Method and Description |
---|---|
InputStatement |
OperationGroup.getInput() |
Modifier and Type | Class and Description |
---|---|
class |
InputStatementImpl |
Modifier and Type | Method and Description |
---|---|
InputStatement |
InputStatementImpl.Definition.createDeclared(StmtContext<QName,InputStatement,?> ctx) |
InputStatement |
RpcStatementImpl.getInput() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<QName,InputStatement> |
InputStatementImpl.Definition.createEffective(StmtContext<QName,InputStatement,EffectiveStatement<QName,InputStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
InputStatement |
InputStatementImpl.Definition.createDeclared(StmtContext<QName,InputStatement,?> ctx) |
EffectiveStatement<QName,InputStatement> |
InputStatementImpl.Definition.createEffective(StmtContext<QName,InputStatement,EffectiveStatement<QName,InputStatement>> ctx) |
EffectiveStatement<QName,InputStatement> |
InputStatementImpl.Definition.createEffective(StmtContext<QName,InputStatement,EffectiveStatement<QName,InputStatement>> ctx) |
void |
InputStatementImpl.Definition.onStatementAdded(StmtContext.Mutable<QName,InputStatement,EffectiveStatement<QName,InputStatement>> stmt) |
void |
InputStatementImpl.Definition.onStatementAdded(StmtContext.Mutable<QName,InputStatement,EffectiveStatement<QName,InputStatement>> stmt) |
Constructor and Description |
---|
InputStatementImpl(StmtContext<QName,InputStatement,?> context) |
Constructor and Description |
---|
InputEffectiveStatementImpl(StmtContext<QName,InputStatement,EffectiveStatement<QName,InputStatement>> ctx) |
InputEffectiveStatementImpl(StmtContext<QName,InputStatement,EffectiveStatement<QName,InputStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
InputStatement |
ActionStatementImpl.getInput() |
Copyright © 2018 OpenDaylight. All rights reserved.