Class YangLocationPath.Step
java.lang.Object
org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
- All Implemented Interfaces:
Serializable
,YangPredicateAware
- Direct Known Subclasses:
YangLocationPath.AxisStep
,YangLocationPath.NamespaceStep
,YangLocationPath.NodeTypeStep
,YangLocationPath.QNameStep
- Enclosing class:
- YangLocationPath
public abstract static sealed class YangLocationPath.Step
extends Object
implements Serializable, YangPredicateAware
permits YangLocationPath.QNameStep, YangLocationPath.AxisStep, YangLocationPath.NodeTypeStep, YangLocationPath.NamespaceStep
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected MoreObjects.ToStringHelper
abstract boolean
final YangXPathAxis
getAxis()
abstract int
hashCode()
final String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
getPredicates