UnresolvedIsExprSyntax
io.joern.swiftsrc2cpg.parser.SwiftNodeSyntax.UnresolvedIsExprSyntax
case class UnresolvedIsExprSyntax(json: Value) extends ExprSyntax
Documentation
The is keyword without any operands.
- Note: The parser does not know the precedences of operators and thus represents
isby anUnresolvedIsExprSyntax. After operator folding using theSwiftOperatorslibrary, this gets translated to anIsExprSyntax.
Children
isKeyword:is
Nowhere contained in
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExprSyntaxtrait SwiftNodeclass Objecttrait Matchableclass Any
Members list
In this article