InfixOperatorExprSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.InfixOperatorExprSyntax
case class InfixOperatorExprSyntax(json: Value) extends ExprSyntax
Documentation
An infix operator call like 1 + 2
.
- Note: This node is only generated after operators are folded using the
SwiftOperators
library. Beforehand, the parser does not know the precedences of operators and thus the operator is just aBinaryOperatorExprSyntax
in aSequenceExprSyntax
.
Children
leftOperand
:ExprSyntax
operator
:ExprSyntax
rightOperand
:ExprSyntax
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExprSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article