Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
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 | Interface and Description |
---|---|
interface |
UnrecognizedStatement
Common interface for unrecognized unknown statements.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyxmlSchemaLocationStatementImpl |
class |
OpenconfigVersionStatementImpl |
class |
UnknownStatementImpl |
class |
YangDataStatementImpl
Declared statement representation of 'yang-data' extension defined in https://tools.ietf.org/html/rfc8040#section-8
|
Modifier and Type | Method and Description |
---|---|
UnknownStatement<SchemaNodeIdentifier> |
AnyxmlSchemaLocationStatementImpl.AnyxmlSchemaLocationSupport.createDeclared(StmtContext<SchemaNodeIdentifier,UnknownStatement<SchemaNodeIdentifier>,?> ctx) |
UnknownStatement<SemVer> |
OpenconfigVersionStatementImpl.OpenconfigVersionSupport.createDeclared(StmtContext<SemVer,UnknownStatement<SemVer>,?> ctx) |
UnknownStatement<String> |
YangDataStatementImpl.YangDataSupport.createDeclared(StmtContext<String,UnknownStatement<String>,?> ctx) |
UnknownStatement<String> |
UnknownStatementImpl.Definition.createDeclared(StmtContext<String,UnknownStatement<String>,?> ctx) |
UnknownStatement<String> |
ModelDefinedStatementSupport.createDeclared(StmtContext<String,UnknownStatement<String>,?> ctx) |
Constructor and Description |
---|
AnyxmlSchemaLocationEffectiveStatementImpl(StmtContext<SchemaNodeIdentifier,UnknownStatement<SchemaNodeIdentifier>,?> ctx) |
OpenconfigVersionEffectiveStatementImpl(StmtContext<SemVer,UnknownStatement<SemVer>,?> ctx) |
UnknownEffectiveStatementBase(StmtContext<A,UnknownStatement<A>,?> ctx) |
UnknownEffectiveStatementImpl(StmtContext<String,UnknownStatement<String>,?> ctx) |
YangDataEffectiveStatementImpl(StmtContext<String,UnknownStatement<String>,?> ctx) |
Copyright © 2018 OpenDaylight. All rights reserved.