Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
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 | Method and Description |
---|---|
StatementSupportBundle |
StatementSupportBundle.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static StatementSupportBundle.Builder |
StatementSupportBundle.derivedFrom(StatementSupportBundle parent) |
StatementSupportBundle.Builder |
StatementSupportBundle.Builder.setParent(StatementSupportBundle parent) |
Modifier and Type | Method and Description |
---|---|
CustomStatementParserBuilder |
CustomStatementParserBuilder.addAllSupports(ModelProcessingPhase phase,
StatementSupportBundle stmtSupportBundle) |
CrossSourceStatementReactor.Builder |
CrossSourceStatementReactor.Builder.setBundle(ModelProcessingPhase phase,
StatementSupportBundle bundle) |
Modifier and Type | Field and Description |
---|---|
static StatementSupportBundle |
YangInferencePipeline.FULL_DECL_BUNDLE |
static StatementSupportBundle |
YangInferencePipeline.INIT_BUNDLE |
static StatementSupportBundle |
YangInferencePipeline.LINKAGE_BUNDLE |
static StatementSupportBundle |
YangInferencePipeline.PRE_LINKAGE_BUNDLE |
static StatementSupportBundle |
YangInferencePipeline.STMT_DEF_BUNDLE |
Modifier and Type | Field and Description |
---|---|
static Map<ModelProcessingPhase,StatementSupportBundle> |
YangInferencePipeline.RFC6020_BUNDLES |
Copyright © 2018 OpenDaylight. All rights reserved.