Package ru.ispras.fortress.expression
Class NodeBinding.BoundVariable
- java.lang.Object
-
- ru.ispras.fortress.expression.NodeBinding.BoundVariable
-
- Enclosing class:
- NodeBinding
public static final class NodeBinding.BoundVariable extends java.lang.Object
TheNodeBinding.BoundVariable
class represents key-value binding pair.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
Node
getValue()
Returns bound value object.NodeVariable
getVariable()
Returns object representing bound variable.int
hashCode()
-
-
-
Method Detail
-
getVariable
public NodeVariable getVariable()
Returns object representing bound variable.- Returns:
- A bound variable object reference.
-
getValue
public Node getValue()
Returns bound value object.- Returns:
- A bound value.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
-