Class StepBinaryOperation

    • Method Detail

      • getLhs

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

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