| 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.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. | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective | 
 Contains implementation of Rfc6020 effective statements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 | 
StmtContext.getStatementSource()  | 
StatementSource | 
AbstractDeclaredStatement.getStatementSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
StatementSource | 
ImplicitSubstatement.getStatementSource()  | 
StatementSource | 
DeclarationInTextSource.getStatementSource()  | 
StatementSource | 
StatementSourceReference.getStatementSource()
Returns source type 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StatementSource | 
StatementContextBase.getStatementSource()  | 
| Modifier and Type | Method and Description | 
|---|---|
StatementSource | 
UndeclaredEffectiveStatementBase.getStatementSource()  | 
StatementSource | 
DeclaredEffectiveStatementBase.getStatementSource()  | 
Copyright © 2018 OpenDaylight. All rights reserved.