Class PathExpression.DerefSteps
- java.lang.Object
-
- org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
-
- org.opendaylight.yangtools.yang.model.api.PathExpression.DerefSteps
-
- Enclosing interface:
- PathExpression
public static final class PathExpression.DerefSteps extends PathExpression.Steps
Steps of a PathExpression which is a combination ofderef()
function call and a relative path, corresponding to Errata 5617.
-
-
Constructor Summary
Constructors Constructor Description DerefSteps(YangLocationPath.Relative derefArgument, YangLocationPath.Relative relativePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
YangLocationPath.Relative
getDerefArgument()
YangLocationPath.Relative
getRelativePath()
int
hashCode()
-
Methods inherited from class org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
toString
-
-
-
-
Constructor Detail
-
DerefSteps
public DerefSteps(YangLocationPath.Relative derefArgument, YangLocationPath.Relative relativePath)
-
-
Method Detail
-
getDerefArgument
public YangLocationPath.Relative getDerefArgument()
-
getRelativePath
public YangLocationPath.Relative getRelativePath()
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classPathExpression.Steps
-
equals
public boolean equals(@Nullable Object obj)
- Specified by:
equals
in classPathExpression.Steps
-
-