Class StepBinaryOperationBuilder

    • Constructor Detail

      • StepBinaryOperationBuilder

        protected StepBinaryOperationBuilder​(StepExpressionBuilder lhs,
                                             StepExpressionBuilder rhs)
        Constructs a new StepBinaryOperationBuilder object.
        Parameters:
        lhs - the left-hand side of the binary operation
        rhs - the right-hand side of the binary operation
        Throws:
        NullPointerException - if lhs or rhs is null
        Since:
        1.0.0
    • Method Detail

      • getLhs

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

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