| 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 |
|---|---|
PresenceStatement |
ContainerStatement.getPresence() |
PresenceStatement |
RefineStatement.RefineContainerStatement.getPresence() |
PresenceStatement |
RefineStatement.RefineLeafStatement.getPresence() |
| Modifier and Type | Class and Description |
|---|---|
class |
PresenceStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
PresenceStatement |
PresenceStatementImpl.Definition.createDeclared(StmtContext<String,PresenceStatement,?> ctx) |
PresenceStatement |
ContainerStatementImpl.getPresence() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<String,PresenceStatement> |
PresenceStatementImpl.Definition.createEffective(StmtContext<String,PresenceStatement,EffectiveStatement<String,PresenceStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
PresenceStatement |
PresenceStatementImpl.Definition.createDeclared(StmtContext<String,PresenceStatement,?> ctx) |
EffectiveStatement<String,PresenceStatement> |
PresenceStatementImpl.Definition.createEffective(StmtContext<String,PresenceStatement,EffectiveStatement<String,PresenceStatement>> ctx) |
EffectiveStatement<String,PresenceStatement> |
PresenceStatementImpl.Definition.createEffective(StmtContext<String,PresenceStatement,EffectiveStatement<String,PresenceStatement>> ctx) |
| Constructor and Description |
|---|
PresenceStatementImpl(StmtContext<String,PresenceStatement,?> context) |
| Constructor and Description |
|---|
PresenceEffectiveStatementImpl(StmtContext<String,PresenceStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.