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.effective |
Contains implementation of Rfc6020 effective statements.
|
Modifier and Type | Method and Description |
---|---|
void |
StmtContext.Mutable.addMutableStmtToSeal(MutableStatement mutableStatement)
Add mutable statement to seal.
|
Modifier and Type | Method and Description |
---|---|
void |
RootStatementContext.addMutableStmtToSeal(MutableStatement mutableStatement) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityEffectiveStatementImpl |
class |
ModuleEffectiveStatementImpl |
class |
SubmoduleEffectiveStatementImpl |
Copyright © 2018 OpenDaylight. All rights reserved.