Class AbstractBinaryOperator

    • Constructor Detail

      • AbstractBinaryOperator

        public AbstractBinaryOperator()
    • Method Detail

      • getLeftOperand

        public Expression getLeftOperand()
      • setLeftOperand

        public void setLeftOperand​(Expression leftOperand)
      • getRightOperand

        public Expression getRightOperand()
      • setRightOperand

        public void setRightOperand​(Expression rightOperand)