Class YangLocationPath.AxisStep
- java.lang.Object
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
-
- org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.AxisStep
-
- All Implemented Interfaces:
Serializable
,YangPredicateAware
- Enclosing class:
- YangLocationPath
public static class YangLocationPath.AxisStep extends YangLocationPath.Step
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
addToStringAttributes, getAxis, 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
-
-
-
-
Method Detail
-
hashCode
public final int hashCode()
- Specified by:
hashCode
in classYangLocationPath.Step
-
equals
public final boolean equals(@Nullable Object obj)
- Specified by:
equals
in classYangLocationPath.Step
-
-