Skip to content

Class: ArithmeticBinaryOperation

Represents a binary arithmetic operation like addition or multiplication.

Constructors

Constructor

new ArithmeticBinaryOperation(operator, left, right, loc?): ArithmeticBinaryOperation

Parameters

ParameterType
operatorArithmeticBinaryOperator
leftExpression
rightExpression
loc?SourceLocation

Returns

ArithmeticBinaryOperation

Overrides

ASTNode.constructor