Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.rfc7950.reactor |
Base RFC7950 reactor and supporting classes.
|
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 . |
Modifier and Type | Method and Description |
---|---|
CustomCrossSourceStatementReactorBuilder |
CustomCrossSourceStatementReactorBuilder.addAllSupports(ModelProcessingPhase phase,
StatementSupportBundle stmtSupportBundle) |
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 |
---|---|
@NonNull CrossSourceStatementReactor.Builder |
CrossSourceStatementReactor.Builder.setBundle(ModelProcessingPhase phase,
StatementSupportBundle bundle) |
Copyright © 2019 OpenDaylight. All rights reserved.