public static final class NodeBinding.BoundVariable
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object rhs) |
Node |
getValue()
Returns bound value object.
|
NodeVariable |
getVariable()
Returns object representing bound variable.
|
int |
hashCode() |
public NodeVariable getVariable()
public Node getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object