Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
Modifier and Type | Method and Description |
---|---|
static SourceException |
EffectiveStmtUtils.createNameCollisionSourceException(StmtContext<?,?,?> ctx,
EffectiveStatement<?,?> effectiveStatement) |
Modifier and Type | Class and Description |
---|---|
class |
InferenceException
Thrown when there is an inference error.
|
class |
InvalidSubstatementException
Thrown when there was invalid element in YANG file.
|
class |
MissingSubstatementException
Thrown when there was Missing element in yang file.
|
Copyright © 2019 OpenDaylight. All rights reserved.