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.type |
Modifier and Type | Method and Description |
---|---|
Collection<? extends EnumStatement> |
TypeStatement.EnumSpecification.getEnums() |
Modifier and Type | Class and Description |
---|---|
class |
EnumStatementImpl |
Modifier and Type | Method and Description |
---|---|
EnumStatement |
EnumStatementImpl.Definition.createDeclared(StmtContext<String,EnumStatement,?> ctx) |
Modifier and Type | Method and Description |
---|---|
EffectiveStatement<String,EnumStatement> |
EnumStatementImpl.Definition.createEffective(StmtContext<String,EnumStatement,EffectiveStatement<String,EnumStatement>> ctx) |
Collection<? extends EnumStatement> |
EnumSpecificationImpl.getEnums() |
Modifier and Type | Method and Description |
---|---|
EnumStatement |
EnumStatementImpl.Definition.createDeclared(StmtContext<String,EnumStatement,?> ctx) |
EffectiveStatement<String,EnumStatement> |
EnumStatementImpl.Definition.createEffective(StmtContext<String,EnumStatement,EffectiveStatement<String,EnumStatement>> ctx) |
EffectiveStatement<String,EnumStatement> |
EnumStatementImpl.Definition.createEffective(StmtContext<String,EnumStatement,EffectiveStatement<String,EnumStatement>> ctx) |
Constructor and Description |
---|
EnumStatementImpl(StmtContext<String,EnumStatement,?> context) |
Constructor and Description |
---|
EnumEffectiveStatementImpl(StmtContext<String,EnumStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.