ArrowExprSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.ArrowExprSyntax
case class ArrowExprSyntax(json: Value) extends ExprSyntax
Documentation
The arrow when a type is used at a position that syntactically expectes an expression.
Examples
This represents the arrow in
let array = [(Int) -> Int]()
Children
effectSpecifiers
:TypeEffectSpecifiersSyntax
?arrow
:->
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExprSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article