BinaryOperatorExprSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.BinaryOperatorExprSyntax
case class BinaryOperatorExprSyntax(json: Value) extends ExprSyntax
Documentation
An operator like + or -.
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>
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExprSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article