Class X.BinaryOp

    • Constructor Detail

      • BinaryOp

        public BinaryOp​(X x,
                        X y)
    • Method Detail

      • getLeft

        public X getLeft()
        return first or "left" operand expression
      • getRight

        public X getRight()
        return second or "right" operand expression
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object