| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
YangLocationPath.Absolute |
| Modifier and Type | Method and Description |
|---|---|
YangLocationPath |
YangXPathExpression.interpretAsInstanceIdentifier(YangLiteralExpr expr) |
static YangLocationPath |
YangLocationPath.of(boolean absolute) |
static YangLocationPath |
YangLocationPath.of(boolean absolute,
Collection<YangLocationPath.Step> steps) |
static YangLocationPath |
YangLocationPath.of(boolean absolute,
YangLocationPath.Step... steps) |
static YangLocationPath |
YangLocationPath.root()
The conceptual
root YangLocationPath. |
static YangLocationPath |
YangLocationPath.self()
The conceptual
same YangLocationPath. |
| Modifier and Type | Method and Description |
|---|---|
Optional<YangLocationPath> |
YangPathExpr.getLocationPath() |
| Modifier and Type | Method and Description |
|---|---|
static YangExpr |
YangPathExpr.of(YangExpr expr,
YangLocationPath locationPath) |
Copyright © 2019 OpenDaylight. All rights reserved.