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
SwiftOperatorslibrary. Beforehand, the parser does not know the precedences of operators and thus the operator is just aBinaryOperatorExprSyntaxin aSequenceExprSyntax.
Children
leftOperand:ExprSyntaxoperator:ExprSyntaxrightOperand:ExprSyntax
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExprSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article