BinaryOperatorExprSyntax

An operator like + or -.

SyntaxNodesAB.swift:4430
struct BinaryOperatorExprSyntax

This node represents the binary operator itself. It can occur inside a SequenceExprSyntax after parsing and will be the operator child of an InfixOperatorExprSyntax after folding operator using the SwiftOperators library.

Children

  • operator: <binaryOperator>