Class BinaryExpression<T>

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        TODO: more efficient hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object o)
        TODO: more efficient hashCode()
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • getExpressionSymbol

        public abstract java.lang.String getExpressionSymbol()
        Returns the symbol that represents this binary expression. For example, addition is represented by "+"
        Returns:
        the expression symbol