Uses of Class
org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
Packages that use PathExpression.Steps
Package
Description
Definition of structures and DOM like API of effected YANG schema.
-
Uses of PathExpression.Steps in org.opendaylight.yangtools.yang.model.api
Subclasses of PathExpression.Steps in org.opendaylight.yangtools.yang.model.apiModifier and TypeClassDescriptionstatic final class
Steps of a PathExpression which is a combination ofderef()
function call and a relative path, corresponding to Errata 5617.static final class
Steps of a PathExpression which is a LocationPath, corresponding to RFC7950 base specification.Methods in org.opendaylight.yangtools.yang.model.api that return PathExpression.StepsModifier and TypeMethodDescriptionPathExpression.getSteps()
Return the path of this expression, which can either be aYangLocationPath
(compliant to RFC7950) or aYangPathExpr
with filter being an invocation ofYangFunction.DEREF
.