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