Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.api.stmt | |
org.opendaylight.yangtools.yang.model.api.type | |
org.opendaylight.yangtools.yang.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
org.opendaylight.yangtools.yang.model.util.type | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path |
Modifier and Type | Method and Description |
---|---|
default @NonNull PathExpression |
PathStatement.getValue() |
Modifier and Type | Method and Description |
---|---|
PathExpression |
LeafrefTypeDefinition.getPathStatement() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathExpression |
class |
PathExpressionImpl
Deprecated.
This is a transitional class to transition from
RevisionAwareXPathImpl . Users are advised to
supply their own implementation of PathExpression. |
Modifier and Type | Method and Description |
---|---|
static SchemaNode |
SchemaContextUtil.findDataSchemaNode(SchemaContext context,
Module module,
PathExpression nonCondXPath)
|
static SchemaNode |
SchemaContextUtil.findDataSchemaNodeForRelativeXPath(SchemaContext context,
Module module,
SchemaNode actualSchemaNode,
PathExpression relativeXPath)
Method attempts to find DataSchemaNode inside of provided Schema Context
and Yang Module accordingly to Non-conditional relative Revision Aware
XPath.
|
static SchemaNode |
SchemaContextUtil.findDataTreeSchemaNode(SchemaContext ctx,
QNameModule localModule,
PathExpression absPath) |
Modifier and Type | Method and Description |
---|---|
LeafrefTypeBuilder |
LeafrefTypeBuilder.setPathStatement(@NonNull PathExpression pathStatement) |
Modifier and Type | Method and Description |
---|---|
PathExpression |
PathStatementSupport.parseArgumentValue(StmtContext<?,?,?> ctx,
String value) |
Modifier and Type | Method and Description |
---|---|
PathStatement |
PathStatementSupport.createDeclared(StmtContext<PathExpression,PathStatement,?> ctx) |
PathEffectiveStatement |
PathStatementSupport.createEffective(StmtContext<PathExpression,PathStatement,PathEffectiveStatement> ctx) |
Copyright © 2020 OpenDaylight. All rights reserved.