BinaryExpression(leftOperand: RequiredNode<AbstractExpression | Identifier | NumberLiteral>,binaryOperator: RequiredNode<Token>,rightOperand: RequiredNode<AbstractExpression | Identifier | NumberLiteral>,binaryOperatorKind: BinaryOperatorKind | undefined,children: Array<AbstractNode>)
Usage
import { BinaryExpression } from ".";