| 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.spi.source | 
 Provides API necessary for the processing of statement sources. 
 | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020 | 
 Contains implementation of statement supports for Rfc6020 statements and
 implementation of declared statements. 
 | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective | 
 Contains implementation of Rfc6020 effective statements. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
InferenceException
Thrown when there was inference error 
 | 
class  | 
InvalidSubstatementException
Thrown when there was Invalid element in yang file 
 | 
class  | 
MissingSubstatementException
Thrown when there was Missing element in yang file 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StatementWriter.endStatement(StatementSourceReference ref)
Ends current opened statement. 
 | 
void | 
StatementStreamSource.writeFull(StatementWriter writer,
         QNameToStatementDefinition stmtDef,
         PrefixToModule prefixes)
Emits every statements present in this statement source to supplied
  
writer. | 
void | 
StatementStreamSource.writeLinkage(StatementWriter writer,
            QNameToStatementDefinition stmtDef,
            PrefixToModule preLinkagePrefixes)
Emits only linkage-related statements to supplied  
writer. | 
void | 
StatementStreamSource.writeLinkageAndStatementDefinitions(StatementWriter writer,
                                   QNameToStatementDefinition stmtDef,
                                   PrefixToModule prefixes)
Emits only linkage and language extension statements to supplied
  
writer. | 
void | 
StatementStreamSource.writePreLinkage(StatementWriter writer,
               QNameToStatementDefinition stmtDef)
Emits only pre-linkage-related statements to supplied  
writer. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ModelDefinedStatementSupport.parseArgumentValue(StmtContext<?,?,?> ctx,
                  String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceException | 
EffectiveStmtUtils.createNameCollisionSourceException(StmtContext<?,?,?> ctx,
                                  EffectiveStatement<?,?> effectiveStatement)  | 
Copyright © 2018 OpenDaylight. All rights reserved.