| 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 |
|---|---|
PrefixStatement |
BelongsToStatement.getPrefix() |
PrefixStatement |
ModuleHeaderGroup.getPrefix() |
PrefixStatement |
IncludeStatement.getPrefix() |
PrefixStatement |
ImportStatement.getPrefix() |
| Modifier and Type | Class and Description |
|---|---|
class |
PrefixStatementImpl |
| Modifier and Type | Method and Description |
|---|---|
PrefixStatement |
PrefixStatementImpl.Definition.createDeclared(StmtContext<String,PrefixStatement,?> ctx) |
PrefixStatement |
ImportStatementImpl.getPrefix() |
PrefixStatement |
ModuleStatementImpl.getPrefix() |
PrefixStatement |
BelongsToStatementImpl.getPrefix() |
PrefixStatement |
IncludeStatementImpl.getPrefix() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveStatement<String,PrefixStatement> |
PrefixStatementImpl.Definition.createEffective(StmtContext<String,PrefixStatement,EffectiveStatement<String,PrefixStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
PrefixStatement |
PrefixStatementImpl.Definition.createDeclared(StmtContext<String,PrefixStatement,?> ctx) |
EffectiveStatement<String,PrefixStatement> |
PrefixStatementImpl.Definition.createEffective(StmtContext<String,PrefixStatement,EffectiveStatement<String,PrefixStatement>> ctx) |
EffectiveStatement<String,PrefixStatement> |
PrefixStatementImpl.Definition.createEffective(StmtContext<String,PrefixStatement,EffectiveStatement<String,PrefixStatement>> ctx) |
| Constructor and Description |
|---|
PrefixEffectiveStatementImpl(StmtContext<String,PrefixStatement,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.