Class AdditionNode


  • public class AdditionNode
    extends OperatorNode<BigDecimal,​BigDecimal>
    Adds two values. Always uses BigDecimals since those can cover the whole range of values supported by Integrity.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • AdditionNode

        public AdditionNode​(Operation anOperation,
                            Object aLeftOperand,
                            Object aRightOperand)
        Constructs a new instance.
        Parameters:
        aLeftOperand -
        aRightOperand -