Class MultiplicationExpression

  • All Implemented Interfaces:
    Expression

    public final class MultiplicationExpression
    extends ArithmeticExpression
    One of the four binary operators. A multiplication is a mathematical operation of scaling one operand with another.
    BNF: arithmetic_expression ::= arithmetic_expression * arithmetic_term

    Since:
    2.3
    Version:
    2.4
    Author:
    Pascal Filion
    • Constructor Detail

      • MultiplicationExpression

        public MultiplicationExpression​(AbstractExpression parent)
        Creates a new MultiplicationExpression.
        Parameters:
        parent - The parent of this expression