Module PostfixUnaryExpr
This module provides the public class PostfixUnaryExpr.
Import path
import codeql.swift.elements.expr.PostfixUnaryExprImports
| ApplyExpr | This module provides the public class |
Aliases
| PostfixUnaryExpr | A Swift postfix unary expression, that is, a unary expression that appears after its operand. For example: |