Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.meta |
Meta model of YANG model as was defined in RFC6020 and extracted by analysis
of YANG text.
|
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.
|
org.opendaylight.yangtools.yang.parser.spi.source |
Provides API necessary for the processing of statement sources.
|
org.opendaylight.yangtools.yang.parser.stmt.reactor |
Contains the implementation of the parser reactor
CrossSourceStatementReactor . |
Modifier and Type | Method and Description |
---|---|
StatementSource |
ForwardingEffectiveStatement.getStatementSource() |
@NonNull StatementSource |
ModelStatement.getStatementSource()
Returns statement source, which denotes if statement was
explicitly declared in original model or inferred during
semantic processing of model.
|
static StatementSource |
StatementSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementSource[] |
StatementSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StatementSource |
UndeclaredEffectiveStatementBase.getStatementSource() |
StatementSource |
DeclaredEffectiveStatementBase.getStatementSource() |
Modifier and Type | Method and Description |
---|---|
StatementSource |
AbstractDeclaredStatement.getStatementSource() |
@NonNull StatementSource |
StmtContext.getStatementSource() |
Modifier and Type | Method and Description |
---|---|
StatementSource |
DeclarationInTextSource.getStatementSource() |
@NonNull StatementSource |
StatementSourceReference.getStatementSource()
Returns source type.
|
StatementSource |
ImplicitSubstatement.getStatementSource() |
Modifier and Type | Method and Description |
---|---|
StatementSource |
StatementContextBase.getStatementSource()
Returns the origin of the statement.
|
Copyright © 2019 OpenDaylight. All rights reserved.