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 |
---|---|
UnitsStatement |
TypeGroup.getUnits() |
Modifier and Type | Class and Description |
---|---|
class |
UnitsStatementImpl |
Modifier and Type | Method and Description |
---|---|
UnitsStatement |
UnitsStatementImpl.Definition.createDeclared(StmtContext<String,UnitsStatement,?> ctx) |
UnitsStatement |
LeafStatementImpl.getUnits() |
UnitsStatement |
TypedefStatementImpl.getUnits() |
UnitsStatement |
LeafListStatementImpl.getUnits() |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<String,UnitsStatement> |
UnitsStatementImpl.Definition.createEffective(StmtContext<String,UnitsStatement,EffectiveStatement<String,UnitsStatement>> ctx) |
Modifier and Type | Method and Description |
---|---|
UnitsStatement |
UnitsStatementImpl.Definition.createDeclared(StmtContext<String,UnitsStatement,?> ctx) |
EffectiveStatement<String,UnitsStatement> |
UnitsStatementImpl.Definition.createEffective(StmtContext<String,UnitsStatement,EffectiveStatement<String,UnitsStatement>> ctx) |
EffectiveStatement<String,UnitsStatement> |
UnitsStatementImpl.Definition.createEffective(StmtContext<String,UnitsStatement,EffectiveStatement<String,UnitsStatement>> ctx) |
Constructor and Description |
---|
UnitsStatementImpl(StmtContext<String,UnitsStatement,?> context) |
Constructor and Description |
---|
UnitsEffectiveStatementImpl(StmtContext<String,UnitsStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.