Class TtcBinaryOperation

    • Method Detail

      • getLhs

        public TtcExpression getLhs()
        Returns the left-hand side of this TtcBinaryOperation object.
        Returns:
        the left-hand side of this TtcBinaryOperation object
        Since:
        1.0.0
      • getRhs

        public TtcExpression getRhs()
        Returns the right-hand side of this TtcBinaryOperation object.
        Returns:
        the right-hand side of this TtcBinaryOperation object
        Since:
        1.0.0