Uses of Class
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
Packages that use YangLocationPath.Step
-
Uses of YangLocationPath.Step in org.opendaylight.yangtools.yang.xpath.api
Subclasses of YangLocationPath.Step in org.opendaylight.yangtools.yang.xpath.apiModifier and TypeClassDescriptionstatic class
static final class
static class
static class
static class
A step along an axis.static class
static class
Methods in org.opendaylight.yangtools.yang.xpath.api that return types with arguments of type YangLocationPath.StepMethods in org.opendaylight.yangtools.yang.xpath.api with parameters of type YangLocationPath.StepModifier and TypeMethodDescriptionstatic final YangLocationPath.Absolute
YangLocationPath.absolute
(YangLocationPath.Step... steps) static final YangLocationPath.Relative
YangLocationPath.relative
(YangLocationPath.Step... steps) Method parameters in org.opendaylight.yangtools.yang.xpath.api with type arguments of type YangLocationPath.StepModifier and TypeMethodDescriptionstatic final YangLocationPath.Absolute
YangLocationPath.absolute
(Collection<YangLocationPath.Step> steps) static final YangLocationPath.Relative
YangLocationPath.relative
(Collection<YangLocationPath.Step> steps)