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
Steps of a PathExpression which is a combination of
deref()
function call and a relative path,
corresponding to Errata 5617.-
Constructor Summary
ConstructorsConstructorDescriptionDerefSteps
(YangLocationPath.Relative derefArgument, YangLocationPath.Relative relativePath) -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
toString
-
Constructor Details
-
DerefSteps
-
-
Method Details
-
getDerefArgument
-
getRelativePath
-
hashCode
public int hashCode()- Specified by:
hashCode
in classPathExpression.Steps
-
equals
- Specified by:
equals
in classPathExpression.Steps
-