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 |
---|---|
PathStatement |
TypeStatement.LeafrefSpecification.getPath() |
Modifier and Type | Class and Description |
---|---|
class |
PathStatementImpl |
Modifier and Type | Method and Description |
---|---|
PathStatement |
PathStatementImpl.Definition.createDeclared(StmtContext<RevisionAwareXPath,PathStatement,?> ctx) |
PathStatement |
LeafrefSpecificationImpl.getPath() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<RevisionAwareXPath,PathStatement> |
PathStatementImpl.Definition.createEffective(StmtContext<RevisionAwareXPath,PathStatement,EffectiveStatement<RevisionAwareXPath,PathStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
PathStatement |
PathStatementImpl.Definition.createDeclared(StmtContext<RevisionAwareXPath,PathStatement,?> ctx) |
EffectiveStatement<RevisionAwareXPath,PathStatement> |
PathStatementImpl.Definition.createEffective(StmtContext<RevisionAwareXPath,PathStatement,EffectiveStatement<RevisionAwareXPath,PathStatement>> ctx) |
EffectiveStatement<RevisionAwareXPath,PathStatement> |
PathStatementImpl.Definition.createEffective(StmtContext<RevisionAwareXPath,PathStatement,EffectiveStatement<RevisionAwareXPath,PathStatement>> ctx) |
Constructor and Description |
---|
PathStatementImpl(StmtContext<RevisionAwareXPath,PathStatement,?> context) |
Constructor and Description |
---|
PathEffectiveStatementImpl(StmtContext<RevisionAwareXPath,PathStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.