Class NodeBinding.BoundVariable

    • 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 class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object