Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.rfc6020.repo | |
org.opendaylight.yangtools.yang.parser.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
org.opendaylight.yangtools.yang.parser.stmt.rfc6020 |
Contains implementation of statement supports for Rfc6020 statements and
implementation of declared statements.
|
Modifier and Type | Class and Description |
---|---|
class |
YangStatementStreamSource
This class represents implementation of StatementStreamSource in order to emit YANG statements using supplied
StatementWriter.
|
class |
YinStatementStreamSource
A
StatementStreamSource based on a YinXmlSchemaSource . |
Modifier and Type | Method and Description |
---|---|
static StatementStreamSource |
YinStatementStreamSource.create(YinDomSchemaSource source) |
static StatementStreamSource |
YinStatementStreamSource.create(YinXmlSchemaSource source) |
Modifier and Type | Method and Description |
---|---|
void |
CrossSourceStatementReactor.BuildAction.addLibSources(StatementStreamSource... libSources)
Add library sources.
|
void |
CrossSourceStatementReactor.BuildAction.addSource(StatementStreamSource source)
Add main source.
|
void |
CrossSourceStatementReactor.BuildAction.addSources(StatementStreamSource... sources)
Add main sources.
|
Modifier and Type | Method and Description |
---|---|
void |
CrossSourceStatementReactor.BuildAction.addSources(Collection<? extends StatementStreamSource> sources) |
Modifier and Type | Class and Description |
---|---|
class |
YangStatementSourceImpl
Deprecated.
Use
YangStatementStreamSource instead. |
class |
YinStatementSourceImpl
Deprecated.
Scheduled for removal. Use
YinStatementStreamSource instead. |
Modifier and Type | Method and Description |
---|---|
StatementStreamSource |
YinStatementSourceImpl.delegate()
Deprecated.
|
Copyright © 2018 OpenDaylight. All rights reserved.