UnresolvedAsExprSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.UnresolvedAsExprSyntax
case class UnresolvedAsExprSyntax(json: Value) extends ExprSyntax
Documentation
The as keyword without any operands.
- Note: The parser does not know the precedences of operators and thus represents
asby anUnresolvedAsExprSyntax. After operator folding using theSwiftOperatorslibrary, this gets translated to anAsExprSyntax.
Children
asKeyword:asquestionOrExclamationMark: (?|!)?
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExprSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article